<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #634: Embeds - some don't work</title>
    <link>http://localhost:8080/trac/ticket/634</link>
    <description>&lt;p&gt;
I couldn't embed a 'paper.li' embed into a page recently and forgot about it. Now I can't embed a slideshare embed either adn wonder if I am seeing a pattern.
&lt;/p&gt;
&lt;p&gt;
Please look and advise:
&lt;a class="ext-link" href="https://www.transitionnetwork.org/blogs/ed-mitchell/2013-11/web-strategy-update"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.transitionnetwork.org/blogs/ed-mitchell/2013-11/web-strategy-update&lt;/a&gt;
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/634</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>benj</dc:creator>

      <pubDate>Thu, 28 Nov 2013 11:08:30 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/634#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/634#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.15&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.15&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Hi Ed.
I just looked at your example page of it not working and found it working... can you verify that it's working now. I haven't done anything other than look.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Thu, 28 Nov 2013 11:22:36 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/634#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/634#comment:2</guid>
      <description>
        &lt;p&gt;
Aha - my bad for not checking in more depth. It does not show when you are logged in. It is fine for not logged in.
&lt;/p&gt;
&lt;p&gt;
could this be related to &lt;a class="closed ticket" href="http://localhost:8080/trac/ticket/609" title="defect: Videos not showing if added via video link (closed: fixed)"&gt;#609&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>benj</dc:creator>

      <pubDate>Thu, 28 Nov 2013 13:37:27 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/634#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/634#comment:3</guid>
      <description>
        &lt;p&gt;
I looked at &lt;a class="closed ticket" href="http://localhost:8080/trac/ticket/609" title="defect: Videos not showing if added via video link (closed: fixed)"&gt;#609&lt;/a&gt;, looked at the project, and the videos page, and saw the project video from the project page appearing on the video page.
&lt;/p&gt;
&lt;p&gt;
I'm also logged in and I can see the embed.
&lt;/p&gt;
&lt;p&gt;
What I'm wondering is, for this issue, are you expecting to see the embedded object in the wysiwyg... cos you won't... you can only see it when you save the node.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>jim</dc:creator>

      <pubDate>Thu, 28 Nov 2013 13:47:39 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/634#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/634#comment:4</guid>
      <description>
        &lt;p&gt;
Looking at the page, it's author error/misunderstanding... &lt;a class="ext-link" href="https://www.transitionnetwork.org/node/16845/edit"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.transitionnetwork.org/node/16845/edit&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
The author has pasted in a iFrame-based &lt;a class="missing wiki"&gt;YouTube?&lt;/a&gt; link based on the HTTP protocol. To be usable via HTTP and HTTPS pages, the link should either start "&lt;a class="ext-link" href="https://"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://&lt;/a&gt;", or ":&lt;em&gt;" (the latter being shorthand for 'use the same protocol as the page).
&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
E.g. currently this won't work on HTTPS pages:
&lt;/p&gt;
&lt;pre class="wiki"&gt;&amp;lt;iframe src="http://www.youtube.com/embed/XKN3RLkEGfM?hd=1" frameborder="0" width="640" height="360"&amp;gt;&amp;lt;/iframe&amp;gt;
&lt;/pre&gt;&lt;p&gt;
Whereas this (or '&lt;a class="ext-link" href="https://"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://&lt;/a&gt;') will:
&lt;/p&gt;
&lt;pre class="wiki"&gt;&amp;lt;iframe src="//www.youtube.com/embed/XKN3RLkEGfM?hd=1" frameborder="0" width="640" height="360"&amp;gt;&amp;lt;/iframe&amp;gt;
&lt;/pre&gt;&lt;p&gt;
This message should go out to all editors who are manually adding &lt;a class="missing wiki"&gt;YouTube/Vimeo?&lt;/a&gt; etc links via the WYSWIG editor.
&lt;/p&gt;
&lt;p&gt;
The 'Video' field handles this automatically per the fix I added to the theme on &lt;a class="closed ticket" href="http://localhost:8080/trac/ticket/609" title="defect: Videos not showing if added via video link (closed: fixed)"&gt;#609&lt;/a&gt;.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>jim</dc:creator>

      <pubDate>Thu, 28 Nov 2013 13:47:46 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/634#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/634#comment:5</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.2&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.15&lt;/em&gt; to &lt;em&gt;0.35&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Thu, 28 Nov 2013 14:50:09 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/634#comment:6</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/634#comment:6</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;invalid&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
done. thanks. closing. i'll get my coat.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>