Thank you Michael

(written by gautam)

Hi there Michael,

I’m a forum owner and was looking to optimize my forum. I found some of your articles on vbulletin.org and have started implementing them.

I hope to see some increase in my revenue.

Will keep you posted about the same. Thanks for the great work !!

Cheers,

This entry was posted in Chat Corner and tagged , , , . Bookmark the permalink.

7 Responses to Thank you Michael

  1. admin says:
    You are welcome :)

    ps: Moved your thread to the Chat Forum ;)
  2. gautam says:
    Sorry for posting it in the wrong category :)

    If you don't mind, can you please tell me how to integrate the social buttons - +1 / tweet / Facebook and twitter ?

    Thank you very much in advance :)

    Gautam
  3. admin says:
    Find in template forumthread
    {vb:raw template_hook.showthread_below_posts}
    and add below:
    <div class="socialbookies">
    <g:plusone size="tall"></g:plusone><br /><br />
    <a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="YOUR_TWITTER_ACCOUNT">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script><br /><br />
    <div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#appId=YOUR APP ID&amp;xfbml=1"></script><fb:like href="" send="false" layout="box_count" width="50" show_faces="false" font="verdana"></fb:like><br /><br />
    <a href="https://twitter.com/YOUR_TWITTER_ACCOUNT" target="new" title="Follow XXX on Twitter"><img src="./images/twitter_follow_vs.png" width="50px" height="38px" alt="Follow xxx on Twitter" /></a>
    </div>
    in additional.css add:
    /* Social Bookmarks by AdsenseExperts*/
    .socialbookies { 
      background:#FEFFF7; 
      border:1px solid #d7dee3; 
      padding-top: 3px; 
      padding:5px 14px; 
      -webkit-border-radius: 8px; 
      -moz-border-radius: 8px; 
      border-radius: 8px; 
      position:fixed; left:20px; 
      bottom:70px; 
      z-index:1000; 
    }
    Here you can generate your facebook like code: Like Button - Facebook-Entwickler
    • gautam says:
      Ok, figured it for main home page...

      If you can help with where to place it for forum list, guess it's good to go :)
  4. gautam says:
    Very nice :).

    There's one last thing. This particular code puts the social link in threads only. Can I have it side wide or if side wide is not recommended, where should I place it to have it on main page ?

    Thanks in advance :)
  5. gautam says:
    Michael, I looked around and found the solution for this as well :) ...

    In one of your other forums I noticed that you place an 'ad' in the right top corner of the first and last post (with in the post). Can you please guide how you achieve it.

    Thanks..

Leave a Reply

Your email address will not be published. Required fields are marked *

*