Hallo, Gast!
AnmeldenRegistrieren

Tapatalk Plugin for MyBB 1.6
#31
Das läuft gerade runter wie Öl, Mr. Brechreiz. Big Grin 

Danke. Smile
 
#32
wo finde ich den eintrag für tapatalk, wenn ein user damit online ist und man bei wer ist online nachschaut, da taucht ja das icon auf, allerding ohne den alt-tag, wo kann ich jenen hinzufügen, also in welcher datei. hab schon geschaut, aber halt nicht gefunden. danke!
 
#33
Zeile 511 und 518
 
#34
und welche datei?
 
#35
Plugin Datei
 
#36
danke und wie mach ich das eigentlich bei über tapatalk hinzugefügten bildern? auch in der datei oder?
 
#37
Code:
<!-- App Indexing for Google Search -->
       <link href="android-app://com.quoord.tapatalkpro.activity/tapatalk/www.xxx.de/?location=index&amp;channel=google-indexing" rel="alternate" />
       <link href="ios-app://123/tapatalk/www.xxx.de/?location=index&amp;channel=google-indexing" rel="alternate" />
       
       <meta property="al:android:package" content="com.quoord.tapatalkpro.activity" />
       <meta property="al:android:url" content="tapatalk://www.xxx.de/?location=index&amp;channel=facebook-indexing" />
       <meta property="al:android:app_name" content="Tapatalk" />
       <meta property="al:ios:url" content="tapatalk://www.xxx.de/?location=index&amp;channel=facebook-indexing" />
       <meta property="al:ios:app_store_id" content="123456" />
       <meta property="al:ios:app_name" content="Tapatalk" />

hallo,

wie kann ich den meta-code deaktivieren bzw. wo löschen in tapatalk?
 
#38
Suche mobiquo/smartbanner/head.inc.php:

PHP-Code:
if($facebook_indexing_enabled

lösche:

PHP-Code:
$app_head_include .= '
<meta property="al:android:package" content="'
.tt_html_escape($app_android_id).'" />
<meta property="al:android:url" content="'
.tt_html_escape(tt_add_channel($app_android_location_url'facebook-indexing')).'" />
<meta property="al:android:app_name" content="'
.tt_html_escape($app_android_name).'" />
<meta property="al:ios:url" content="'
.tt_html_escape(tt_add_channel($app_ios_location_url'facebook-indexing')).'" />
<meta property="al:ios:app_store_id" content="'
.tt_html_escape($app_ios_id).'" />
<meta property="al:ios:app_name" content="'
.tt_html_escape($app_ios_name).'" />
 '

 


Möglicherweise verwandte Themen…
Tapatalk Plugin for MyBB 1.4
Letzter Beitrag: 02.09.2012, 17:44