Social Media Twitter Plugin API tweaking for websites


Tweet Button for Sharing a Link

Tweet
<a href="https://twitter.com/mizan007" href="https://twitter.com/intent/tweet"> Tweet</a>
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>


Twitter follow link Button

Follow @mizan007
<a href="https://twitter.com/mizan007" class="twitter-follow-button" data-show-count="false">Follow @mizan007</a>
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>


Twitter follow link Large Button

Follow @mizan007
<a href="https://twitter.com/mizan007" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @mizan007</a>
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>


Tweet to Button/ twitter-mention-button

A mention button is a special type of Tweet button to encourage a new Tweet focused on an interaction between the user and a mentioned account.

Tweet to @mizan007
<a href="https://twitter.com/intent/tweet?screen_name=mizan007" class="twitter-mention-button" data-show-count="false">Tweet to @mizan007</a>
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>


Tweet Message Button

Need profile user id like this (recipient_id=83959613) -

You can get the id from this tool gettwitterid.com

Message @mizan007
<a href="https://twitter.com/messages/compose?recipient_id=83959613"  class="twitter-dm-button" data-screen-name="@mizan007" data-size="large"> Message @mizan007</a>



Embedded Timeline data-theme="light"

The default data theme is light

Tweets by mizan007
<a class="twitter-timeline" data-width="250" data-height="300" href="https://twitter.com/mizan007">Tweets by mizan007</a> 
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>



Embedded Timeline with data-theme="dark" with no set width and height

If you set no width , the maximum width will be taken 1320px

Tweets by mizan007
<a class="twitter-timeline" data-theme="dark" data-link-color="#ccc" href="https://twitter.com/mizan007" data-height="900">Tweets by mizan007</a> 
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>



Embedded Grid Timeline from Collection tweet

My Collectoin
<a class="twitter-grid" data-limit="5" data-partner="tweetdeck" href="https://twitter.com/mizan007/timelines/858255076284092416">My Collectoin</a>
 <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>