Dynamically integrating data from YouTube and Flickr in Google Maps - google-maps

I am building a map where I want to create filters that dynamically pull data (all images and videos) from a specific YouTube and Flickr Channel/set.
Does anyone have a working example of this or some code I can try...?

You could be looking for something like this?
Linking Up the Google Maps and Flickr APIs

Related

Embed latest youtube upload on webpage

I have tried finding documentation on how to do this but I just couldn't find any, all the ways I tried where all using or the old api or just displayed nothing, the ideal format that I wanted is using this generator: http://www.yvoschaap.com/youtube.html I got this working on the site but when I copied the code to my own site (running wordpress, I also tried it just in a blank file). Please help!
Instead of using that code, use the official Google's Youtube Data API to integration youtube lists into your website.
Link to Youtube Data API search lists: https://developers.google.com/youtube/v3/docs/search/list#http-request

Is it possible to generate a Box upload embed widget via the API?

I'd like to programmatically create Box.com upload embed widgets for specific folders for our account. It looks like it is possible to create a shared link: https://box-content.readme.io/#create-a-shared-link-for-a-folder
But I don't see any way do this in the API:
I've looked at the requests the above webpage is sending to create the widget and it looks like I could recreate them, but it would be nice to not have to rely on something that isn't documented. It doesn't look like the widget generation page is using the 2.0 API.
While it is not possible to create a Box Upload widget via the API you can create a Box Embed window via the API (check out the documentation here: https://developers.box.com/box-embed/)
This will give you an iframe that you can embed in your site for users to drag and drop content and upload to Box.

Google Charts Trendline: can I draw it in URL

I am using google charts to describe the datas. And I would like to show it in URL, which will be much easier to be added to a web page.
However, the official tutorial just tells me how to do it in HTML. So can I do it in URL (showing an image)? Thanks.

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.

RSS to KML Overlay

I'm want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display map placemarks according to given geotags?
Thank you!
Converting from one XML format to another XML format? Sounds like a job for XSLT!
Then again, I’ve just noticed that the Google Maps API seems to accept RSS as well: http://googlemapsapi.blogspot.com/2007/03/kml-and-georss-support-added-to-google.html