Embed the "following" main feed from Yammer - embed

I'm trying to build a Yammer embed feed, and want to get the same feed as you get if you click the "Following" filter on the home feed
https://www.yammer.com/contoso.com/#/home?type=following
I've tried most options on https://www.yammer.com/widget/configure but haven't been able to nail it (if at all possible).

Related

Embed the latest post from instagram to my website

I am trying to find a way how to embed and show always the latest instagram post from my instagram profile on my website (e.g.iframe). Is there a way to do it?
I found the way how to show specific post only (not the latest post automatically).
https://www.instagram.com/developer/endpoints/users/#get_users_media_recent_self
Get you api by logging into instagram.
Call the api from where you want the image to be displayed

How do I embed a live Instagram feed to a webpage rather than individual posts?

I am aware that I can embed individual Instagram posts to my website in HTML, but I want to embed a live feed consisting of the five most recent posts which update along with the profile in real-time.
For those who want to know why: I want this feature to be part of the "Photoblog" page of my site without having to have visitors navigate away.
How can this be done?
The best way would be to use their API.
You have this endpoint: https://www.instagram.com/USERNAME/media/ where you don't need any token.
It gives you the last 20 posts.
Then you just display that on your site :)

Allow attachments in Yammer embed

I am using the embed script provided here in Sharepoint 2013 Online: https://developer.yammer.com/connect/. It works great and I like it better than the Yammer app you can embed because it renders more quickly and I can specify the group I want to show on the page.
BUT, there is no paper clip / attachment icon. People have to go to "full Yammer" if they want to attach an image or file, which is something our users do very often.
Is there something that can be added to the script which will allow them to attach?
There are technical/product reasons why we haven't supported attachments in Embed to-date.
1) There are 3 options to attach a file/note when you click the paperclip in the web product. Because Yammer Embed runs in an iframe, two of those options (the ones with the lightbox) are not able to render for the user.
2) With IE8/IE9 attaching files through iframes causes CORS conflicts, especially when you involve trusted sites/zones.
We're specing out new features in Embed now, and I'll bring up your idea to the team again to revisit if we can accomplish this in the future.

combine multiple RSS feed with manual selection

I want to receive multiple RSS feed and select the item that I want to push into one custom RSS feed.
There are websites that allows you to put multiple feeds in one, but I want to have a treatment in addition, I want to select the feed item that I want to put out.
if it doesn't exist, I think I want to make a HTML5/JS webapplication but I don't know how store RSS items to put in OUT RSS.
Thanks in advance
Here you can use jquery script to achieve what you want: http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
You just need to put the jquery into the folder with your page and put in the rss feed into your html code accordingly. This script allows multiple rss feed and a lot of customization to display the feeds.

YouTube API V3 home feed

Using https://www.googleapis.com/youtube/v3/ , is there a way to get YouTube's home feed?
When you launch YouTube it automatically shows videos of 'Popular on youtube' category. Is there a API call to get this feed?
Currently there is not a feed in DAta API v3. There could be built in soon. But you can mimic it with using search
Something like this will give you the most viewed videos.
You can use Analytics API for finer detail.