Drupal D-tube Integration
Thanks to @heimindanger for coming up with Dtube. If you don't know what Dtube is checkout Intro to Dtube by @heimindanger
For any Video hosting service to be popular we need atleast two things. Ability to embed easily and easy integration with CMSes. So I Spent some time writing a module for Drupal Dtube integration this weekend. The first release for the module is ready and is available on https://www.drupal.org/project/video_embed_dtube. You can install this module like any other module and enable it. Once you enable this module you will have Dtube as an additional provider in the video embed field.
Once you check the option of Dtube for this field you can go to create content page and add a link to any Dtube video in the field like below.
Once you add the field it becomes visible in the node view page as show in the image below.
There is one bug https://www.drupal.org/node/291636. If you know how to get the thumbnail from the video link do let me know in comments so that I can fix the bug in my free time.
Open Source Contribution posted via https://utopian.io
Hey @gokulnk Utopian Bot voted here. The averages for code category are very high now because there are only few people writing and I usually write very long posts. So the bot did not like this contribution too much. That's correct. The averages will change when more people start writing. In the meantime I have changed the vote to a 100% one because I think this is a very good contribution. @littleboy if you look now the other contributions Utopian Bot seems to have done a good job. See you
This post was randomly resteemed by @funaddaa!
These are the contributions I love to see @gokulnk. The Utopian Bot is sleeping at the moment to regain power but I am sure tomorrow will land you a big vote! Just be patient :)
@yabapmatt @zulfyanda @arie.steem @ememovic @chron @beautifulbella @camzy @zeartul @sircork @saini88 @drigweeu @ewuoso @prechi @littleboy @Rickie lets show some love while Utopian Bot sleeps and lets vote up and resteem this contribution. This is the kind of contributions that should be the standard in Utopian!
Done @elear. Great job picking this post out.
Upvoted and resteemed sir!
Upvoted and resteemed. Also, I think utopian bot used up too much SP by voting on some posts that didn't deserve a 100% upvote. Lower upvotes on posts that are poorly written, are formatted badly would encourage competition and allow the bot to vote on more posts.
@littleboy there were some issues with the bot that I fixed. Lets see how it goes tomorrow.
good post
Hey @gokulnk I am @utopian-io. I have just super-voted you at 100% Power!
Suggestions https://utopian.io/rules
-You are writing less than average for this category. Next time write a bit more.
-In this post you are using less images than average for this category. Put some more next time!
Up-vote this comment to grow my power and help Open Source contributions like this one.
Good work! Do you know how to embed DTube videos in Wordpress?
The module just uses Regular expressions and a standard emebed code. So I think somebody with basic knowledge of Wordpress will be able to port this module to Wordpress. Do let me know if you know anybody, I can share the basic notes with them.
You can share them with me. So there is a standard embed code?
Checkout https://steemit.com/steemgig/@gokulnk/regular-expressions-help-required#@arzet/re-gokulnk-regular-expressions-help-required-20171015t144408954z to see how you can use the regular expression.
You can use the embed code
Thanks!