Changeset 347768
- Timestamp:
- 02/19/2011 05:16:55 PM (15 years ago)
- Location:
- bambuser-for-wordpress/trunk
- Files:
-
- 2 edited
-
mattiasnorell_com_bambuser_shortcode.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bambuser-for-wordpress/trunk/mattiasnorell_com_bambuser_shortcode.php
r347754 r347768 6 6 Author: Mattias Norell 7 7 Contributors: Mattias Norell, Niklas Olsson 8 Version: 1.2 8 Version: 1.2.1 9 9 Author URI: http://blog.mattiasnorell.com/ 10 10 License: GPL 2.0, @see http://www.gnu.org/licenses/gpl-2.0.html -
bambuser-for-wordpress/trunk/readme.txt
r347754 r347768 5 5 Requires at least: 2.5 6 6 Tested up to: 3.0.5 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 9 9 Allows the user to embed livestreams and clips from Bambuser. … … 21 21 2. If you want, you can set the height and width of the player by adding the values to the shortcode like this, [bambuser id="012345" height="300" width="400"] 22 22 23 Show nchannel23 Show a channel 24 24 1. Enter the '[bambuser channel="user"]' short code into your post. The channelname is the accounts username that you find in the end of the bambuser url (ex. user in the url 'http://bambuser.com/channel/user/') 25 25 2. If you want, you can set the height and width of the player by adding the values to the shortcode like this, [bambuser channel="user" height="300" width="600"]. If you dont set a heightvalue the plugin will automaticly set the height to 500. 26 26 27 27 == Changelog == 28 1.2.1 - Fixed some errors in the usage text. 29 28 30 1.2 - Added support for later versions of WordPress. Modification by Niklas Olsson, www.geckosolutions.se/blog. 31 29 32 1.1 - Added support for channels. 33 30 34 1.0 - First release. User can embed the video and set the size of the player.
Note: See TracChangeset
for help on using the changeset viewer.