almannai |
07-03-2011 03:30 PM |
Quote:
Originally Posted by akibui
(Post 2216237)
Please add facebook, google+1, twitter XML file.
Thank you.
|
open mod options
Admincp->Settings->options->plusone (by vbfixer.com) options
and place this in the plusone code box
PHP Code:
<g:plusone count="false"></g:plusone>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="YOUR-TWITTER-USERNAME">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<iframe src="http://www.facebook.com/widgets/like.php?href=http://www.YOURSITE.com/showthread.php$session[sessionurl]?p=$post[postid]&layout=button_count&show_faces=false& scrolling="no" frameborder="0" style="border:none; width:90px; height:20px"></iframe>
<br />
change YOUR-TWITTER-USERNAME with yours
and YOURSITE.com with your website
|