<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Styling options for embedded tweets</title>
		<link>http://en.forums.wordpress.com/topic/styling-options-for-embedded-tweets</link>
		<description>WordPress.com Forums &#187; Topic: Styling options for embedded tweets</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 15:11:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/styling-options-for-embedded-tweets" rel="self" type="application/rss+xml" />

		<item>
			<title>mkalina on "Styling options for embedded tweets"</title>
			<link>http://en.forums.wordpress.com/topic/styling-options-for-embedded-tweets#post-1018109</link>
			<pubDate>Fri, 21 Sep 2012 13:47:33 +0000</pubDate>
			<dc:creator>mkalina</dc:creator>
			<guid isPermaLink="false">1018109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Okay, so instead of just having</p>
<pre><code>&lt;blockquote class=&quot;twitter-tweet&quot;&gt;
    &lt;p&gt;Tweet&lt;br&gt;
    Author &lt;a href=&quot;Permalink&quot;&gt;Timestamp&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</code></pre>
<p>...it would be nice to have this:</p>
<pre><code>&lt;blockquote class=&quot;twitter-tweet&quot;&gt;
    &lt;p&gt;Tweet&lt;/p&gt;
    &lt;span class=&quot;tweet-author&quot;&gt;Author&lt;/span&gt; &lt;span class=&quot;tweet-permalink&quot;&gt;&lt;a href=&quot;Permalink&quot;&gt;Timestamp&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</code></pre>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Styling options for embedded tweets"</title>
			<link>http://en.forums.wordpress.com/topic/styling-options-for-embedded-tweets#post-1018102</link>
			<pubDate>Fri, 21 Sep 2012 13:41:55 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1018102@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Posting code <em>between</em> backticks should produce the code correctly.</p>
<p>The backtick is to the left of the number one on most keyboards.
</p>
]]></description>
					</item>
		<item>
			<title>mkalina on "Styling options for embedded tweets"</title>
			<link>http://en.forums.wordpress.com/topic/styling-options-for-embedded-tweets#post-1018100</link>
			<pubDate>Fri, 21 Sep 2012 13:39:58 +0000</pubDate>
			<dc:creator>mkalina</dc:creator>
			<guid isPermaLink="false">1018100@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Okay, posting source is more difficult that I thought. What I meant was that there should be spans with more information so that one can style the content, the author, and the linked timestamp differently.
</p>
]]></description>
					</item>
		<item>
			<title>mkalina on "Styling options for embedded tweets"</title>
			<link>http://en.forums.wordpress.com/topic/styling-options-for-embedded-tweets#post-1018098</link>
			<pubDate>Fri, 21 Sep 2012 13:38:28 +0000</pubDate>
			<dc:creator>mkalina</dc:creator>
			<guid isPermaLink="false">1018098@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I embedded a tweet and saw the source that it produces with JS deactivated. It is a construction like this:</p>
<p><code>&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
    &lt;p&gt;TWEET&lt;br /&gt;
    AUTHOR &lt;a href=&quot;#&quot;&gt;TIMESTAMP&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;</code></p>
<p>It would be nice if one could have some more options for styling. I am thinking of something like:</p>
<p><code>&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
    &lt;p class=&quot;tweet&quot;&gt;TWEET&lt;/p&gt;&lt;br /&gt;
    &lt;p class=&quot;tweet-meta&quot;&gt;&lt;span class=&quot;author&quot;&gt;AUTHOR&lt;/span&gt; &lt;span class=&quot;timestamp&quot;&gt;&lt;a href=&quot;#&quot;&gt;TIMESTAMP&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;</code>
</p>
]]></description>
					</item>

	</channel>
</rss>
