asciinema-server icon indicating copy to clipboard operation
asciinema-server copied to clipboard

Wordpress shortcode for embedding

Open ku1ik opened this issue 11 years ago • 8 comments

https://twitter.com/byuhobbes/status/380426983772930049

ku1ik avatar Sep 26 '13 07:09 ku1ik

Just adding a comment to this ticket so I can see subsequent updates to it. Thanks!

standage avatar Sep 26 '13 10:09 standage

Regarding your question, take a look at the two links in my Twitter post above. WordPress.org refers to the blogging software that you can download and host yourself. The shortcode API is provided with WordPress.org, and new shortcodes would need to be developed on a locally hosted blog. Once you've developed and tested locally, you can submit a request to WordPress.com (their hosted counterpart) to get your shortcode approved in their hosted system.

I've never gone through this process, but I doubt it is very extensive. With the hard work of implementing the embedding already done, I assume the shortcode work will be much less in comparison.

standage avatar Dec 19 '13 17:12 standage

@standage thx for taking your time and looking at this. I found some good resources describing the shortcode implementation process. Seems simple so I may give it a shot.

ku1ik avatar Dec 19 '13 23:12 ku1ik

Just for reference, a Github gist shortcode implementation: http://wordpress.org/plugins/embed-github-gist/

ku1ik avatar Dec 30 '13 09:12 ku1ik

+1 on this, I'd use the hell out of it.

charlesjohnson avatar Feb 25 '14 18:02 charlesjohnson

You might be able to avoid needing a separate wordpress plugin if oEmbed support is finished. (#125/#165)

nogweii avatar Nov 11 '14 07:11 nogweii

@evaryont see this comment https://github.com/asciinema/asciinema.org/pull/165#discussion_r17213783

ku1ik avatar Nov 11 '14 17:11 ku1ik

We have "image link" (PNG) embedding now, as well as support for oEmbed/Open Graph/Twitter Card: https://asciinema.org/docs/embedding

ku1ik avatar Mar 31 '15 14:03 ku1ik