<?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: embedding tubechop</title>
		<link>http://en.forums.wordpress.com/topic/embedding-tubechop</link>
		<description>WordPress.com Forums &#187; Topic: embedding tubechop</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 17:06:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/embedding-tubechop" rel="self" type="application/rss+xml" />

		<item>
			<title>justpi on "embedding tubechop"</title>
			<link>http://en.forums.wordpress.com/topic/embedding-tubechop#post-1003146</link>
			<pubDate>Sun, 09 Sep 2012 12:21:04 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1003146@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.<br />
And sorry, I hadn't noticed it was just a part of the original YT video.
</p>
]]></description>
					</item>
		<item>
			<title>prufrocksdilemma on "embedding tubechop"</title>
			<link>http://en.forums.wordpress.com/topic/embedding-tubechop#post-1002957</link>
			<pubDate>Sun, 09 Sep 2012 01:47:00 +0000</pubDate>
			<dc:creator>prufrocksdilemma</dc:creator>
			<guid isPermaLink="false">1002957@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked! As to your question, would that I could, but I think if you look closely you'll see this is a tubechop from an existing Youtube video, not the video itself. But most of all, thank you so, so much for all your help. I never would have figured this out on my own!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "embedding tubechop"</title>
			<link>http://en.forums.wordpress.com/topic/embedding-tubechop#post-1002946</link>
			<pubDate>Sun, 09 Sep 2012 01:20:17 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1002946@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The variables are the string that starts right after the questionmark (and ends at the quotation mark). So the shortcode should be:<br />
<code>[gigya src=&quot;http://swf.tubechop.com/tubechop.swf&quot; flashvars=&quot;vurl=1bW6XEGluvw&amp;start=0&amp;end=36&amp;cid=525293&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot; ]</code></p>
<p>But this is a YouTube video actually, so why embed it via Tubechop instead of using one of the standard WP ways of embedding a YT video?
</p>
]]></description>
					</item>
		<item>
			<title>prufrocksdilemma on "embedding tubechop"</title>
			<link>http://en.forums.wordpress.com/topic/embedding-tubechop#post-1002939</link>
			<pubDate>Sun, 09 Sep 2012 00:49:49 +0000</pubDate>
			<dc:creator>prufrocksdilemma</dc:creator>
			<guid isPermaLink="false">1002939@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, justpi: I must be doing something wrong, perhaps in terms of where the variables begin and end. I hope you might be able to help.</p>
<p>The tubechop video is here:<a href="http://www.tubechop.com/watch/525293" rel="nofollow">http://www.tubechop.com/watch/525293</a></p>
<p>Here is the embed code I'm working with:</p>
<p>&#60;object width="425" height="344"&#62;&#60;param name="movie" value="http://swf.tubechop.com/tubechop.swf?vurl=1bW6XEGluvw&#38;start=0&#38;end=36&#38;cid=525293"&#62;&#60;/param&#62;&#60;embed src="http://swf.tubechop.com/tubechop.swf?vurl=1bW6XEGluvw&#38;start=0&#38;end=36&#38;cid=525293" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&#62;&#60;/embed&#62;&#60;/object&#62;</p>
<p>and here's what I tried to turn it into. (The first time I got a totally different video' I went back to correct as best I could, and now all I'm getting is this message: embed_shortcode: is not a valid URL)</p>
<p>[gigya src="http://swf.tubechop.com/tubechop.swf” flashvars="1bW6XEGluvw&#38;start=0&#38;end=36&#38;cid=525293" allowfullscreen="true" width="425" height="344"]</p>
<p>Thanks for any help you can give!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "embedding tubechop"</title>
			<link>http://en.forums.wordpress.com/topic/embedding-tubechop#post-1002934</link>
			<pubDate>Sun, 09 Sep 2012 00:22:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1002934@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What WordPress.com <em>officially</em> supports doesn't equal what you can embed. You can embed <em>any</em> video that provides a flash embed code (and that includes Tubechop videos). In the case of Tubechop, you copy this part of the embed code:<br />
<code>&lt;embed src=&quot;http://swf.tubechop.com/tubechop.swf?VARIABLES HERE&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;</code></p>
<p>and turn it to this:<br />
<code>[gigya src=&quot;http://swf.tubechop.com/tubechop.swf&quot; flashvars=&quot;VARIABLES HERE&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot; ]</code></p>
<p>Paste into Text (=code) editor. Dimensions can be changed (proportionately).
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "embedding tubechop"</title>
			<link>http://en.forums.wordpress.com/topic/embedding-tubechop#post-1002915</link>
			<pubDate>Sat, 08 Sep 2012 23:52:25 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1002915@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>These are the only video embeds that WordPress.com supports &#62;   <a href="http://en.support.wordpress.com/videos/" rel="nofollow">http://en.support.wordpress.com/videos/</a>
</p>
]]></description>
					</item>
		<item>
			<title>prufrocksdilemma on "embedding tubechop"</title>
			<link>http://en.forums.wordpress.com/topic/embedding-tubechop#post-1002910</link>
			<pubDate>Sat, 08 Sep 2012 23:49:12 +0000</pubDate>
			<dc:creator>prufrocksdilemma</dc:creator>
			<guid isPermaLink="false">1002910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am not able to embed tubechop, using any of the means WordPress has available for other video embedding. Others who've used WordPress advise they've successfully embedded tubechops, but I'm now wondering if WordPress no longer supports it. Can anyone help?<br />
Blog url: <a href='http://prufrocksdilemma.wordpress.com/'>http://prufrocksdilemma.wordpress.com/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
