Embed Instagram feed in blog header - embed

I would like to Embed my Instagram feed in my blog header.
I can embed in header but my pictures show below each others instead of next to each other. Do you have a tip or a plugin that does this?
Thank you!

Take a look at Instansive. There you can setup number of rows, columns and other stuff.

Related

First site page display to Second site

Good day,
I'm planning to create a site that can create pages and that pages can display to another site, is that possible?
The idea is to
Create pages on site A
Display pages on site B
Thank you :)
You can use <iframe> to display HTML from another source
<iframe src="B.html"></iframe>
You can also use URL
<iframe src="http://example.com"></iframe>

Blogger: Having A Featured Image Possible?

I'm working on a custom responsive template for Blogger. Since Blogger doesn't have a "featured image" feature like Wordpress, is there a way that I can make the first image embedded in the post appear above the post-body and post-title? is there some kind of if/conditional statement that I can use?
Or, would it be best for me to HTML the post-title inside the post itself below the first embedded image? However, if I followed that method, how do I make the image within the post link to the post itself without editing it?
Thanks...
If you want to grab the first image, you can use make use of the template tag - <data:post.firstImageUrl/>
Below Example might help you out.
<b:if cond='data:post.firstImageUrl'>
<img expr:src ="data:post.firstImageUrl" expr:alt="data:post.title"/>
</b:if>
This will work only within the Blogger's Post Loop
Another way of using Featured images will be to use an image link in the enclosures and to edit your template to render enclosure links as featured thumbnails. My Blog post might help you with this (http://www.bloggerplugins.org/2011/09/post-thumbnails-for-blogger.html) . It hasn't been updated for over 2 years, but it might give you some guidance.

Anchor on single page website

This is an issue regarding, http://www.mccaffreyhautecouture.com/
I am unable to create an external link where the viewer is brought to a specific page within the website. On landing, the viewer must always enter by the landing/main slide page.
This was a purchased template and the entire website is coded in a single index.html file.
My client would like their Pinterest images to link directly to the source or gallery.
Is this at all possible?
I greatly appreciate any assistance.
Thank you,
Stanley Ounarom
It looks like this was written using AJAX to pull in content. The URL doesn't change when nav is clicked, which makes it impossible to link to a specific page w/in the site. The site will need to be further developed to allow for this functionality.
This may help:
jquery ajax history and bookmarking plugin

Return all links to photos in a flickr set

I want to use all the photos in a Flickr set and in order to do so (and not infringe upon copyright etc) have to link back to the owner. I can't seems to find anything in the Flickr API to return the html code for each individual photo.
At present I'm faced with copying and pasting all the html code from the "share" button. Not a pleasant prospect.
Any help appreciated
I'm assuming you just want a link back to the images or photosets?
See here: http://www.flickr.com/services/api/misc.urls.html
There are examples for linking to images directly, individual photos, photosets, etc.

Pull wall post from Facebook to external site?

Using a permalink for a particular post, I would like that post to be displayed in its entirety within an iframe or a div tag. That is: likes, comments and shares and the Fb format for a post would all be displayed on an external site. Thus, a wall-post like this one https://www.facebook.com/cnn/posts/200591363341827 would appear exactly as is, except within my site.
This doesn't exist as a plug in. You would need to write something yourself to pull all the data you want, and then display it on your page.
Do you mean a div that represents a wall post and comments that relate to the topic at a URL link?
Refer to:
https://developers.facebook.com/docs/reference/plugins/comments/
Also, look up other stuff that relates to social plugins at: https://developers.facebook.com/docs/plugins/