DEV Community

Mahesh Pansare
Mahesh Pansare

Posted on

Iframe Youtube video how to remove or hide impression-link (watch on Youtube)?

0

I'm using instafeed.js

var feed = new Instafeed({
        userId: 'XXXXXXXXX',
        get: 'user',
        accessToken: 'XXXXXXXXX',
        resolution: 'standard_resolution',
        target: "instafeed-container",
        limit: 30,
        template: '<div class="col-xl-4 mb-4 gallery"><a href="{{image}}" title="{{caption}}" target="_blank"><img src="{{image}}" alt="{{caption}}" class="img-fluid" /></a></div>',
        sortBy: 'most-recent',
    });
    feed.run();

Not getting my instagram page videos. Thank You!

Top comments (0)