Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montoya/blend-shortcode
Wordpress plugin for converting Blend.io project URLs to widgets.
https://github.com/montoya/blend-shortcode
Last synced: 1 day ago
JSON representation
Wordpress plugin for converting Blend.io project URLs to widgets.
- Host: GitHub
- URL: https://github.com/montoya/blend-shortcode
- Owner: Montoya
- License: gpl-2.0
- Created: 2014-11-18T15:21:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T04:44:17.000Z (over 7 years ago)
- Last Synced: 2023-04-12T04:48:44.438Z (over 1 year ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/blend-shortcode/
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blend-Shortcode
===============WordPress plugin for converting Blend.io project URLs into embedded players.
## How to use
- Download the [ZIP](https://github.com/Montoya/Blend-Shortcode/archive/master.zip)
- Unzip / extract the folder on your computer
- Upload the folder to your Wordpress plugins directory `wp-content/plugins/`
- Visit the plugins menu in your Wordpress dashboard and click _Activate_Now you can enter the following into any post:
```
[blend]https://blend.io/project/54611406124aec59070070c4[/blend]
```And it will be converted to an embedded player automatically!
## Optional parameters
You can customize the width of the embed in the shortcode. The widget will fill the width of your post by default, but if you need to give it a fixed with, just add the parameter `width` to the shortcode like this:
```
[blend width="500"]https://blend.io/project/54611406124aec59070070c4[/blend]
```You can also set a default width and height to be used for all shortcodes. Just visit the settings page for the plugin (Settings > Blend)