Coded something up in Couch in an interesting way? Have a snippet or shortcode to share? Post it here for the community to benefit.
2 posts Page 1 of 1
Below find the code for a fully responsive YouTube Channel Plugin that uses Bootstrap.

Just add the user ID in the ADMIN side and you are ready to go (minus your custom styling of course :p)

Oh yeah, and there's Internet Exploder 8 support.

Hope you like it :)

- Developernator

Attachments

Hi developernator, thanks for the contribution.

If you allow me, I made a small change to your code.

Code: Select all
user: "<cms:php> echo '<cms:get_custom_field 'youtTubeChannel' masterpage='youTube.php' />'; </cms:php>"


I just remove the PHP code

Code: Select all
user: "<cms:get_custom_field 'youtTubeChannel' masterpage='youTube.php' />"


Or since it is in the same template:

Code: Select all
user: "<cms:show youtTubeChannel />"


RafaelNC
2 posts Page 1 of 1
cron