Friday, May 27, 2016

Put Twitter Badge in Blogspot


Put Twitter Badge in Blogspot | New
Twitter is a website owned and operated by Twitter Inc., which offers a Micro-blogging social network that
allows users to send and rd messages are called tweets. Tweets are text posts to 140 characters are displayed on the user profile pages. Tweets can be seen outside, but the sender can restrict delivery of messages to their friends list only. Users can see the tweets of other writers known as followers.
All users can send and receive tweets via Twitter site, compatible external appliions (mobile ), or with a short message (SMS) available in certain countries. This site is based in San Bruno, California nr San Fran, where the site was first crted. Twitter also has a server and an in San Antonio, Texas and Boston, Massachusetts.
Since established in 2006 by Jack Dorsey, Twitter has gained popularity worldwide and currently has more than 100 million users. This is sometimes described as "SMS from the internet".
If you want put your profile badge in your blog, we can add twitter Widgets let you display Twitter updates on your website or social network page
Our widgets are compatible with any website and most social networks. Simply choose the one that matches where you would like to include it.
Ok, i will explain how to get the widget and put it in yur blog
1. First, login to your twitter
2. Goto www.twitter.com/about/resources/widgets
3. Click in My Website and Choose Profile Widget
4. Setup the Preferences, Apprance and Dimensions of your badge
5. After finish click Finish & Grab
6. Put the to HTML/Javascript Gadget in your blog

if you do not want trouble, here I provide the
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
ftures: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('your_id').start();
</script>
Change your_id with your twitter username.
You can change the red to value that you want, for HTML colour you can look here

No comments:

Post a Comment