<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_a_Twitter_Tab_on_Tumblr</id>
	<title>How to Add a Twitter Tab on Tumblr - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_a_Twitter_Tab_on_Tumblr"/>
	<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=How_to_Add_a_Twitter_Tab_on_Tumblr&amp;action=history"/>
	<updated>2026-04-10T13:06:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://freemwiki.com/index.php?title=How_to_Add_a_Twitter_Tab_on_Tumblr&amp;diff=6960&amp;oldid=prev</id>
		<title>Lukegao1: 创建页面，内容为“  To add a Twitter tab on Tumblr, follow these steps:  1. Go to your Tumblr Dashboard and click on the account icon on the top right corner.  2. Select &quot;Edit Appearance&quot; from the drop-down menu.  3. In the &quot;Edit Theme&quot; section, click on &quot;Edit HTML.&quot;  4. Find the `&lt;head&gt;` section in the HTML code and paste the following code after it:     ```    &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;    &lt;scr…”</title>
		<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=How_to_Add_a_Twitter_Tab_on_Tumblr&amp;diff=6960&amp;oldid=prev"/>
		<updated>2023-03-21T15:41:44Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“  To add a Twitter tab on Tumblr, follow these steps:  1. Go to your Tumblr Dashboard and click on the account icon on the top right corner.  2. Select &amp;quot;Edit Appearance&amp;quot; from the drop-down menu.  3. In the &amp;quot;Edit Theme&amp;quot; section, click on &amp;quot;Edit HTML.&amp;quot;  4. Find the `&amp;lt;head&amp;gt;` section in the HTML code and paste the following code after it:     ```    &amp;lt;script src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;    &amp;lt;scr…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
To add a Twitter tab on Tumblr, follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Go to your Tumblr Dashboard and click on the account icon on the top right corner.&lt;br /&gt;
&lt;br /&gt;
2. Select &amp;quot;Edit Appearance&amp;quot; from the drop-down menu.&lt;br /&gt;
&lt;br /&gt;
3. In the &amp;quot;Edit Theme&amp;quot; section, click on &amp;quot;Edit HTML.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
4. Find the `&amp;lt;head&amp;gt;` section in the HTML code and paste the following code after it:&lt;br /&gt;
&lt;br /&gt;
   ```&lt;br /&gt;
   &amp;lt;script src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
   &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
     $(document).ready(function() {&lt;br /&gt;
       $(&amp;#039;#twitter_tab&amp;#039;).load(&amp;#039;http://twitter.com/statuses/user_timeline/YOUR_TWITTER_USERNAME.json?callback=twitterCallback2&amp;#039;);&lt;br /&gt;
     });&lt;br /&gt;
     function twitterCallback2(obj) {&lt;br /&gt;
       var statusHTML = [];&lt;br /&gt;
       for (var i=0; i&amp;lt;obj.length; i++){&lt;br /&gt;
         var username = obj[i].user.screen_name;&lt;br /&gt;
         var status = obj[i].text;&lt;br /&gt;
         var created_at = obj[i].created_at;&lt;br /&gt;
         statusHTML.push(&amp;#039;&amp;lt;div class=&amp;quot;tweet&amp;quot;&amp;gt;&amp;lt;p class=&amp;quot;tweet_text&amp;quot;&amp;gt;&amp;#039;+status+&amp;#039;&amp;lt;/p&amp;gt;&amp;lt;p class=&amp;quot;tweet_time&amp;quot;&amp;gt;&amp;#039;+created_at+&amp;#039;&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;#039;);&lt;br /&gt;
       }&lt;br /&gt;
       $(&amp;#039;#twitter_tab&amp;#039;).html(statusHTML.join(&amp;#039;&amp;#039;));&lt;br /&gt;
     }&lt;br /&gt;
   &amp;lt;/script&amp;gt;&lt;br /&gt;
   ```&lt;br /&gt;
&lt;br /&gt;
   Replace &amp;quot;YOUR_TWITTER_USERNAME&amp;quot; with your actual Twitter username.&lt;br /&gt;
&lt;br /&gt;
5. Find the `&amp;lt;body&amp;gt;` section in the HTML code and add the following code where you want the Twitter tab to appear:&lt;br /&gt;
&lt;br /&gt;
   ```&lt;br /&gt;
   &amp;lt;div id=&amp;quot;twitter_tab&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
   ```&lt;br /&gt;
&lt;br /&gt;
6. Save the changes to your Tumblr theme.&lt;br /&gt;
&lt;br /&gt;
Now you should see a Twitter tab on your Tumblr page that displays your most recent tweets.&lt;/div&gt;</summary>
		<author><name>Lukegao1</name></author>
	</entry>
</feed>