php - How to pin Vimeo video -
php - How to pin Vimeo video -
as have utilize code sharing youtube video on pinterest. how can share vimeo video on pinterest?
<a class="scmpinterest w-socials-item-link" target="_blank" href="http://pinterest.com/pin/create%2fbutton/?url=<?php echo wp_get_shortlink();?>&media=http://img.youtube.com/vi/<?php echo $valuesd; ?>/0.jpg&description=<?php the_field('video_title') ?> "title="share on pinterest!"> <i class="fa fa-pinterest"></i> </a>
without javascript , without anyplugin. youtube giving image of video using youtube api. how can done in vimeo?
php pinterest vimeo-api
Comments
Post a Comment