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.

NEWS: Twitter Button available on Forumotion forum

4 posters

Go down

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

Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

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  
YasirAyad
YasirAyad
Forumember

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

http://help.ahlamontada.com/u152001

Back to top Go down

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
brandon_g
brandon_g
Manager
Manager

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

https://www.broadcastingduo.com

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum