-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YouTube #160
Comments
This is a good ideia @tomagig |
Actually it's quite simple to add youtube if you have a youtube channel. First you have to duplicate the RSS part in the jquery.socialfeed.js file (or simply remplace every 'rss' string with 'youtube'if you don't use the RSS functionality). Then still in the JS file replace in the utility section of the youtube part
Where imageofyourchoice.jpg is the URL of your Logo for instance Then replace
with this
You can change of course the with and height of your choice. Then in the index.html where you call the other social network simply add
Where yourUser is the name of your channel. Finally if you want to make your video responsive add this in your CSS
Hope that helps ;-) |
@FranzLulu maybe create pull request? |
PR sent and tested #166 |
It works @FranzLulu .. 1 min. implementation. |
Glad to hear it ;-) |
I'm using the V3 Youtube API in this repository - https://github.com/marcelodeveloper/angularjs-youtube The youtube response is very simple, case you get more infos from there. |
Any interest in adding YouTube support?
The text was updated successfully, but these errors were encountered: