A Wordpress plugin that allows you to embed stuff with shortcodes. The goal is to support EVERYTHING.
"Embed" is too generic, so I used "inbed", as in: "Our greatest glory is not in never falling but in rising every time we fall [in bed]"
[vimeo id="83621712"]
[vimeo url="https://vimeo.com/83621712"]
[youtube id="AGrAe9jHhx4"]
[youtube url="https://www.youtube.com/watch?v=AGrAe9jHhx4"]
[youtube url="http://youtu.be/AGrAe9jHhx4"]
To turn on autoplay, add in the autoplay setting to the tag:
[youtube id="AGrAe9jHhx4" autoplay="true"]
[ustream url="http://www.ustream.tv/embed/12703622"]
[ustream url="https://www.ustream.tv/embed/schannel/960"]
[vine id="hPXTA6l9AqQ"]
[vine url="https://vine.co/v/hPXTA6l9AqQ"]
[instagram id="i9pZitqsAa"]
[instagram url="http://instagram.com/p/i9pZitqsAa/"]
wrap embed from nbc.com in opening and closing nbc shortcode brackets
[nbc]<div itemprop="video" itemscope itemtype="http://schema.org/VideoObject"><iframe src="http://player.theplatform.com/p/NnzsPC/widget/select/media/guid/2410887629/3417380" width="480" height="270" frameBorder="0" seamless="seamless" allowFullScreen></iframe></div>[/nbc]
wrap embed from msnbc.com in opening and closing msnbc shortcode brackets
[msnbc]<iframe src='http://player.theplatform.com/p/7wvmTC/MSNBCEmbeddedOffSite?guid=n_lw_cblock_161109' height='500' width='635' scrolling='no' border='no' ></iframe>[/msnbc]
[nbcnews url="http://www.nbcnews.com/video/-you-re-joking-what-people-around-the-world-really-think-804644931561"]
[today url="http://www.today.com/video/billy-eichner-talks-billy-on-the-street-his-role-in-hairspray-live-804726851631"]
for square videos, set layout parameter to square
[fbvideo url="https://www.facebook.com/buzzfeed/videos/10155300775200329/"]
[fbvideo url="https://www.facebook.com/joepahl/videos/vb.1346581527/10210669354913817/" layout="square"]
Right now, I think this one relies on knowing the Soundcloud ID, but I'm working on getting track ID resolution via URLs working.
[soundcloud id="135692753"]
All options on:
[soundcloud id="135692753" artwork="on" color="990000" related="on" autoplay="on" download="on" buying="on" liking="on" playcount="on" comments="on"]
- id (string)
- url (string)
- color (string) Hex color string
- artwork (string) On or Off, defaults to "off"
- related (string) On or Off, defaults to "off"
- autoplay (string) On or Off, defaults to "off"
- download (string) On or Off, defaults to "off"
- buying (string) On or Off, defaults to "off"
- liking (string) On or Off, defaults to "off"
- playcount (string) On or Off, defaults to "off"
- comments (string) On or Off, defaults to "off"
You must set your OAuth information in the general settings section of the admin in order to use Twitter embeds.
[twitter conversation="off" cards="on" url="https://twitter.com/theroyale/status/662062528323674112"]
- cards [now used for show/hide media] (string) On or Off, defaults to "on"
- conversation (string) On or Off, defaults to "off"
Embed your saved twitter widget and a timeline.
[twitter-timeline url="https://twitter.com/TwitterMusic/timelines/393773266801659904" settings="https://twitter.com/settings/widgets/440598623684808704/edit"]
[storify url="http://storify.com/TheClimateDesk/obama-s-climate-plan"]
[flickr url="http://www.flickr.com/photos/walker_hamilton/sets/72157635983149564/"]
- width (int)
- height (int)
[kimbia channel="2014glasaintlouis/advembed" profile="trailnet"]
Go to your Wufoo form manager (wufoo.com), then to Code -> Embed under the form you'd like to embed and grab the "Wordpress Shortcode" tag.
With the least set of options:
[wufoo username="walker" formhash="z1uj6kvm1qkq3zz"]
Or with more:
[wufoo username="walker" formhash="z1uj6kvm1qkq3zz" autoresize="true" height="606" header="show" ssl="true"]
- username (string) required
- formhash or id (string) required
- autoresize (string) on or off. defaults to off
- header (string) show or hide. defaults to hide.
- ssl (string) on or off. defaults to on.
- iframe (string) on or off. defaults to off. javascript embed is used instead.
- scrolling (string) on or off. defaults to on. this is for the iframe embed only.