[Snippet] Google +1 Button for each post

Little Mods and Snips 2

[Snippet] Google +1 Button for each post

Postby Sekuro » 28 Dec 2011, 00:11

Google +1 Button for each post

Adds Google +1 Button for each post, not for the entire topic

Instruction

find

Code: Select all
<h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>  


after add (or wherever you want that in postrow.array)

Code: Select all
<g:plusone href="http://www.your_domain.com/only_if_forum_is_not_in_root/viewtopic.php?p={postrow.POST_ID}#p{postrow.POST_ID}"></g:plusone>  
Mod-Bot / Service-Team
User avatar
Sekuro

Tiptop

Tiptop
 
Posts: 241
Joined: 11 Feb 2008, 11:49
 
Resolution: 1440x900



Re: [Snippet] Google +1 Button for each post

Postby Sekuro » 28 Dec 2011, 00:12

Adjust the Button

Code: Select all
<span style="position:relative;top:-4px;"><g:plusone href="http://www.your_domain.com/only_if_forum_is_not_in_root/viewtopic.php?p={postrow.POST_ID}#p{postrow.POST_ID}"></g:plusone></span>  

and play with the -4px value
Mod-Bot / Service-Team
User avatar
Sekuro

Tiptop

Tiptop
 
Posts: 241
Joined: 11 Feb 2008, 11:49
 
Resolution: 1440x900



Return to Snip Cl@ss II

Who is online

Users browsing this forum: No registered users and 1 guest

cron