• Resolved lenainjaune

    (@lenainjaune)


    Hi all,

    Friends have asked me to create a website to publish their music and videos, and I don’t want to spend too much time on it and make them self-sufficient to source it. They want the media to be hosted outside of proprietary social networks (did you say GAFAM ???) and to remain under their control.

    I imagined a solution where the media would be hosted on cloud storage that they would rent, with WP to create articles, publish media and these would be relayed by free social media, such as Diaspora, to allow them to ensure their communication.

    I saw that Diaspora allows you to insert links from Youtube videos, Soundcloud, etc. using oEmbed technology. In my Diaspora posts, by refreshing the page, I actually saw the content displayed in addition to the link.

    I looked for a solution to do the same from WP and found the “oEmbed Manager” plugin.

    To test, I created a free WP here, added the plugin “oEmbed Manager”, a video media, published an article with the video in it, copied the video link, paste the link into a post from a test Diaspora account, refreshed the page and found .. . that there is no inserted content, only the link is displayed.

    I looked with the “Inspector Selection Tool” in my Firefox browser.

    For a video from Youtube, I have :

    ...
      <div class="oembed"><div data-template="oembed">        <div class="thumb">
                <img src="https://i.ytimg.com/vi/ouvTudXsNtM/hqdefault.jpg" title="" style="">
                <div class="video-overlay">
                  <div class="video-info">
                    <div class="title">PeerTube : préparer l'alternative à Youtube - HS - Monsieur Bidouille</div>
                    <div class="meta">
                      <a href="https://www.youtube.com/c/monsieurbidouille" target="_blank">monsieur bidouille</a>
                      -
                      <a href="https://www.youtube.com/" target="_blank">YouTube</a>
                    </div>
                  </div>
                </div>
            </div>
    </div></div>
    ...

    For a video from my test WordPress (article link which embed video or the video link alone), I have :

    ...
    <div class="markdown-content">
          <p><a href="https://lnj-test-lmdp.byethost6.com/2021/07/04/hello-world/" target="_blank" rel="noopener noreferrer">https://lnj-test-lmdp.byethost6.com/2021/07/04/hello-world/</a></p>
      </div>
    ...

    => so I don’t have an “oembed” tag like with Youtube

    How come ?
    Is it normal that it doesn’t work ?
    Is there something that I am doing wrong ?
    Isn’t this the role of “oEmbed Manager” ?

    Regards,
    lnj

    • This topic was modified 3 years, 4 months ago by lenainjaune. Reason: typo
    • This topic was modified 3 years, 4 months ago by lenainjaune. Reason: change title
    • This topic was modified 3 years, 4 months ago by lenainjaune. Reason: Is the plugin designed for this need
    • This topic was modified 3 years, 4 months ago by lenainjaune. Reason: article + video link produce the same result

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pierre Lannoy

    (@pierrelannoy)

    Hello!
    oEmbed Manager does nothing to oEmbed producer. It is mainly focused on oEmbed consumer… So I think in your use-case you don’t need it ??

    Thread Starter lenainjaune

    (@lenainjaune)

    Ok so I misunderstood its role, damn ?? … Do you know by any chance a solution to produce oembed from WordPress ? In any case thank you for taking the time to answer me ??

    • This reply was modified 3 years, 4 months ago by lenainjaune.
    • This reply was modified 3 years, 4 months ago by lenainjaune.
    Plugin Author Pierre Lannoy

    (@pierrelannoy)

    No worries ??
    WordPress is natively a oEmbed producer (with minimal features). I must admit I doesn’t know any plugin to improve it… But I have never looked for ??

    Thread Starter lenainjaune

    (@lenainjaune)

    OK, so the problem really comes from the side of WordPress. So I searched for a WP oembed producer and I found this plugin. I installed it (successfully it seems to me) but I did not notice a difference when I pasted link to Diaspora (always the link alone with no “oembed” area) or this random blog. In any case, it’s a track to dig … Thank you for pointing me in the right direction ??

    • This reply was modified 3 years, 4 months ago by lenainjaune.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Diaspora do not see WP embeded contents’ is closed to new replies.