Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
546 views
in Plugins by
Any plugin or way to embed Tweets in posts?

I want Tweet URLs to be automatically transformed into tweets in posts.
by

I know  you can embed tweets (not by pasting the link, but by pasting  the embed tweet code).

If that's ok, just need to add this line somewhere

<blockquote class="twitter-tweet" lang="es"><p>If only Bradley&#39;s arm was longer. Best photo ever. <a href="https://twitter.com/hashtag/oscars?src=hash">#oscars</a> <a href="http://t.co/C9U5NOtGap">pic.twitter.com/C9U5NOtGap</a></p>&mdash; Ellen DeGeneres (@TheEllenShow) <a href="https://twitter.com/TheEllenShow/status/440322224407314432">marzo 3, 2014</a></blockquote>



I just add the script some where else (end of the page's html does the trick)
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

PS: It works for me if you have the markdown editor enabled

1 Answer

+3 votes
by

check this php library - https://github.com/felixgirault/essence, if anyone is encouraged to create a plugin

...