The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    NEWS: Twitter Button available on Forumotion forum

    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    NEWS: Twitter Button available on Forumotion forum Empty NEWS: Twitter Button available on Forumotion forum

    Post by Shadow May 25th 2015, 3:06 pm

    NEWS: Twitter Button available on Forumotion forum
    Dear members,

    We are glad to announce a new option available on your forum. Right now, all forums have a Twitter button to share subject on Twitter.

    AS the like button for Facebook, you'll be able to share news by tweeting. To activate this new option, you just have to enter you administrative panel:

    Modules>> Social Networks>> Twitter:
    NEWS: Twitter Button available on Forumotion forum Tweet311

    Once activate you'll be able to share a topic on Twitter directly: NEWS: Twitter Button available on Forumotion forum Bouton10

    NEWS: Twitter Button available on Forumotion forum Tweet212

    Note:
    If you've filled your username on the admin panel, this latter will appear on each tweet:

    NEWS: Twitter Button available on Forumotion forum Tweet411
    Result:
    NEWS: Twitter Button available on Forumotion forum Tweet511

    NEWS: Twitter Button available on Forumotion forum 64x64_13Important: Admin that modified viewtopic_body templates should take into account the following templates changes:

    viewtopic_body

    PHPBB2







    Replace between <!-- BEGIN switch_twitter_btn --> and <!-- END switch_twitter_btn --> by:

    Code:
    <!-- BEGIN switch_twitter_btn -->
     Â        <span id="twitter_btn" style="margin-left: 6px; ">
     Â               <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
     Â               <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
     Â        </span>
     Â        <!-- END switch_twitter_btn -->

    PHPBB3







    Replace between <p class="right"> and </p> by:


    Code:
    <!-- BEGIN switch_twitter_btn -->
     Â       <span>
     Â           <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
     Â           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
     Â       </span>
     Â       <!-- END switch_twitter_btn -->
     Â     <!-- BEGIN switch_fb_likebtn -->
     Â     <script>(function(d, s, id) {
     Â       var js, fjs = d.getElementsByTagName(s)[0];
     Â       if (d.getElementById(id)) return;
     Â       js = d.createElement(s); js.id = id;
     Â       js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
     Â       fjs.parentNode.insertBefore(js, fjs);
     Â     }(document, 'script', 'facebook-jssdk'));</script>
     Â     <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
     Â     <!-- END switch_fb_likebtn -->

    INVISION







    Replace <!-- BEGIN switch_twitter_btn --> and <!-- END switch_twitter_btn --> by:

    Code:
    <!-- BEGIN switch_twitter_btn -->
     Â     <li class="post-icon" style="padding-top:5px">
     Â           <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
     Â           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
     Â       </li>
     Â     <!-- END switch_twitter_btn -->


    PUNBB







    Replace between <div class="pun-crumbs noprint"> and </div> by:

    Code:
    <div class="pun-crumbs noprint clearfix">
     Â  <span class="crumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
     Â     <a href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>{NAV_CAT_DESC}&nbsp;»&nbsp;
     Â     <strong><a href="{TOPIC_URL}" itemprop="url"><span itemprop="title">{TOPIC_TITLE}</span></a></strong>
     Â   </span>
     Â   <div class="right">
     Â       <!-- BEGIN switch_twitter_btn -->
     Â       <span>
     Â           <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
     Â           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
     Â       </span>
     Â       <!-- END switch_twitter_btn -->
     Â     <!-- BEGIN switch_fb_likebtn -->
     Â     <script>(function(d, s, id) {
     Â       var js, fjs = d.getElementsByTagName(s)[0];
     Â       if (d.getElementById(id)) return;
     Â       js = d.createElement(s); js.id = id;
     Â       js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
     Â       fjs.parentNode.insertBefore(js, fjs);
     Â     }(document, 'script', 'facebook-jssdk'));</script>  
     Â     <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
     Â     <!-- END switch_fb_likebtn -->
     Â   </div>
    </div>

    You can also check our tutorial: Twitter Button

    We hope your enjoy this new option Smile

    Forumotion

    YasirAyad
    YasirAyad
    Forumember


    Male Posts : 67
    Reputation : 10
    Language : En/Ar

    NEWS: Twitter Button available on Forumotion forum Empty Re: NEWS: Twitter Button available on Forumotion forum

    Post by YasirAyad May 25th 2015, 3:16 pm

    Renovations wonderful  
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    NEWS: Twitter Button available on Forumotion forum Empty Re: NEWS: Twitter Button available on Forumotion forum

    Post by brandon_g June 10th 2015, 6:20 pm

    That is a different feature. This just allows you to share topics via Twitter.



    NEWS: Twitter Button available on Forumotion forum Brando10
    Remember to mark your topic NEWS: Twitter Button available on Forumotion forum Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    NEWS: Twitter Button available on Forumotion forum Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    NEWS: Twitter Button available on Forumotion forum Empty Re: NEWS: Twitter Button available on Forumotion forum

    Post by SLGray June 10th 2015, 9:01 pm

    Richiejay wrote:How can I enter the username? Like "@username" or "username" alone?
    Please start a support topic in the support section.



    NEWS: Twitter Button available on Forumotion forum Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 22nd 2024, 9:29 pm