-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed for Tweets versus Blockquote (html/js) with Text? #10
Comments
You're right, that is a WordPress internal thing. There is a plugin to disable embeds at large: https://wordpress.org/plugins/disable-embeds/ Note: you can also add my solution of using the regular Press This to the cross-reference list: https://petermolnar.eu/press-this-indieweb/ |
@petermolnar I am not sure if the plugin is doing what @chrisaldrich needs. The plugin only disables the embeds (oEmbed) of WordPress posts, implemented in WordPress 4.4. It does not touch the whitelisted services like Twitter, Youtube, ... |
@chrisaldrich WordPress is doing the embed automatically, so I think the short code stuff is correct. In the final/published output should be the correct code. |
@chrisaldrich WordPress uses the oEmbed API by Twitter to retrieve the correct code. You can look at the sourcecode of your tweet for the oEmbed links. Here is an example: https://publish.twitter.com/oembed?url=https://twitter.com/ChrisAldrich/status/707313378268618752 |
I've noticed that the IndieWeb Press This bookmarklet uses something like [embed]https://twitter.com/ChrisAldrich/status/707313378268618752 [/embed] in the main body of the content rather than the Twitter html/js embed method
(a la: <blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr"> etc... )
I suspect that WordPress is doing some processing on the back end with the [embed] short code to fetch and display the twitter card and thus isn't technically saving the actual content of the tweet the way the blockquote embed method does. In the event of a Twitter silo death, this could spell trouble for users losing the data.
Cross reference: http://techlifeweb.com/bookmarklets-for-indieweb-favorites-and-retweets/ and http://stream.boffosocko.com/2016/scott-i-love-the-concept-of-your-bookmarklets-and-how
The text was updated successfully, but these errors were encountered: