bibbler
Forum Replies Created
-
Forum: Plugins
In reply to: [Videopack] VINE videos are not playingUnderstood. The thing is the videos would still get credit just outside of the container, beneath the video in a more organized fashion by using the API.
Darn okay thanks anyways
Forum: Plugins
In reply to: [Videopack] VINE videos are not playingYeah I can but I was hoping to embed the Vine so that the hover elements don’t appear to make the site cleaner. If I used the source link that you can get using the inspector and paste that link within the shortcode then it works fine but it’s definitely a hassle to do so. I’m guessing that would require writing custom code :\
For example: [KGVID]https://v.cdn.vine.co/r/videos/7BA62676311199504330357657600_3555d5b1282.2.1.6329375472057755539.mp4[/KGVID]
Thanks for super quick response!
You got it right on the dot! Thanks that worked out perfectly for me ?? …glad i was able to sort of help you indirectly.
Could you also look into another issue?
When I click on the volume icon it doesn’t output the full volume when trying to toggle the unmute button , instead you would have to slide the volume from left to right to produce sound. Any ideas how to male the volume icon toggle to full volume upon clicking the sound icon?
I’m probably misusing the term “hard coded” but what I meant is that I’m querying for a single post from the “Featured” category.
The query I’m using to display the post on my home page is:
<?php $home_featured = new WP_Query( 'cat=5&posts_per_page=1' ); while($home_featured->have_posts()) : $home_featured->the_post(); ?>
Would I be able to create a conditional for Autoplay with No sound for posts that show on my homepage?
Whoops I forgot to add that the video on the homepage is retrieved from a custom query hard coded into the custom template file.