Is there a way to code the soundcloud embedded player (flash) with rich snippets so the player displays in search results? Failing this is there a decent tutorial somewhere for this purpose with just mp3 files? Thanks.
If you have google webmaster tools, you can access this page:
https://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170
And here is a tutorial on the music rich snippet:
https://support.google.com/webmasters/bin/answer.py?hl=en&answer=1623047
(that link can be found on the first page I linked above, along with other rich snippet types for other data)
I hope that helps! :)
Related
I want to share video on Flickr . I have done lots of searching of net and group discussions but I didn't get any helpful data or links, so please give me some useful links and tutorial for uploading video on Flickr without giving me any negative votes.
Have you tried to look\study the flickr api? (Link here) it tells you all the services you have available. It doesn't look like the best documentation, and i don't really know flickr but i don't see any mention of videos (don't know if it's even possible).
Hope this helps.
I have a self hosted wordpress site. I have few posts with embedded mp3 files. I am using yahoo web player currently. It puts a little play icon in front of all the mp3 files. Now, if the user clicks on one of the play icon, it loads the playlist with all the mp3 files in that page/post.
Is it possible to let the user pick the songs that they want to add to the playlist?
I am thinking of placing a little '+' icon for all the mp3 files and hoping that Yahoo has the necessary provision in the API.
Does anyone know a place where i can get the details on the API? Google search was not of much help in this.
Thank you.
There is some level of customization available, but might not be enough for the changes you're looking for.
Here is the official documentation: http://webplayer.yahoo.com/docs/
I'm using a cocoa wrapper API to post audio tracks from my iPhone app to Soundcloud. I have some basic functionality working, but I'm not sure where I am supposed input keys that Soundcloud gave me. Here is a clipped photo from my developer's page:
which I believe is supposed to be somehow plugged in here:
Any ideas?
This should be answered here.
I would like to do video streaming from my iPhone application...I mean i want to play video from the web url.
So friends, pls. provide me your guidance or reference (links,tutorial )on this..
Thanks for your time.
This all depends on what technology you are using to build your iPhone application.
If you are using PhoneGap and the html, css, js approach have a look at the html tag. Usage is pretty straightforward.
If you are using Appcelerator's Titanium software to build your app then you can have a look at their kitchen sink example and at their api docs for playing video
If your using native objective c and through all this I am assuming on demand streaming as in not a live show or something then have a look at this SO question
Hope this helps.
how to set the video format of the iPhone camera captured? I think that can be mov,mp4, h.2x , because iPhone can play it, but can not find API to set the video format to recording .....
also want upload the video to youtube, anyone know where can find a good open source code for this purpose, I think that this feature will be commonly and it must be done by other coder....just want save time for this purpose ..
thanks for your help
use gdata is enough
Using gdata is the way to go as Robin mentioned above. Here is a great article that outlines what you need to do and provides a great set of source code to get you started.
Hope this helps!!