MyBB.de Forum
Google +1 nur in bestimmten Foren? - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Google +1 nur in bestimmten Foren? (/thread-18608.html)



Google +1 nur in bestimmten Foren? - FranzA - 18.07.2011

Hat jemand eine Idee wie man den Google +1 Button nur für bestimmte Foren integrieren kann?

Für alle Foren gehts so

Im Template - showthread nach {$headerinclude} folgendes einfügen
Code:
<script type="text/javascript" src="http://apis.google.com/js/plusone.js">
{lang: 'de-DE'}
</script>

und unter diesem
Code:
<div class="float_right">
{$newreply}
</div>

das einfügen
Code:
<div style='float:right'>
<g:plusone size="standard" expr:href="data:post.url"/>
</div>

Aber ich wills nicht in allen Bereichen meines Forums.
Falls jemand eine Idee hat herzlichen Dank


RE: Google +1 nur in bestimmten Foren? - PitBuLL - 10.08.2011

Wie kann man den Google+ global anzeig lassen.