ebreeze
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hi need help regarding youtube subscription widgetHi Senorwakko,
If you just add this:
float: right; margin-right: 48px;to the style of the <iframe> element I think you will achieve the desired effect. You can either do it inline in the plugin or in your css (
#sidebar iframe {float: right; margin-right: 48px;})Also you can decrease the height of the same element to 100px.
So it should look like this:
http://www.varnafitness.com/images/gamingunwrapped.pngPlease let me know if you have further questions.
Forum: Fixing WordPress
In reply to: hi need help regarding youtube subscription widgetHi Senorwakko,
This plugin just like most other widgets is intended to be positioned in the sidebar.
For example on this site http://www.woodandbeyond.com/blog/ you can see it in the bottom right corner.
The title is left aligned but you can modify the CSS to make it centered, if this is what you want.
On the other hand if you need to position a youtube subscribe widget in a custom location, that is not in the sidebar, you can do this:
<iframe src=”http://www.youtube.com/subscribe_widget?p=YOUTUBEUSERNAME” style=”overflow: hidden; height: 120px; width: 250px; border: none;” scrolling=”no” frameborder=”0″></iframe>
In this case I guess you should make YOUTUBEUSERNAME somehow configurable from the backend or at least the config file.Hope this helps.
Forum: Fixing WordPress
In reply to: hi need help regarding youtube subscription widgetWhich plugin exactly are you using?
Have you tried this one: http://wordpress.org/extend/plugins/youtube-subscribe-widget/?