Youtube auto-embed not working in post - youtube

The youtube embed feature should work even if you don't use any special tag - just posting the URL of the video in a free line of your post.
the autoembed is working from the index.php page, visible through the teaser section. But inside the post itself, the embed doesn't work. I already set evertything in the Media section, and i'm using the HTML tab on the post edit. Any ideas? Wordpress 3.3.

Related

How do I get Full HTML View Function in Flutter?

i'm working on a mobile app project for a Wordpress blog.
I've got this blog's post content in HTML but most of their posts contain videos , instagram, youtube, twitter embed tags and none of the html packages supports those tags. Please help!
Best option would be getting the links of the images/videos and loading them as Flutter Widgets. As for the text, don't get it as HTML, use the WordPress API.

jQuery Mobile and Textpattern - Comment form

I'm working with the textpattern commenting system using the jQuery Mobile framework.
At the moment when loading the individual article page "http://www.elisabettaclaudio.com/maestro-conte" the form in the popup won't let me post the preview.
Instead the form works when getting to the article page, let's say from this URL "http://www.elisabettaclaudio.com/oh-my-blog" and then go the "http://www.elisabettaclaudio.com/maestro-conte" and I'm able to post the preview.
Any ideas? Thanks!

How can I navigate from an html file to another with a spotify uri?

I don't understand how to navigate through an app with multiple .html files. All the examples that I've found have only one html file.
I have two files in my app :
index.html
artist.html
In my index.html, I use a Text, which works but does not add a state in the history.
From what I have read in the documentation, I should use a link like spotify:app:$APPNAME:arg. But I can't manage to make a link like this works to navigate from an html file to another. And because I can only find apps with one html, I'm wondering if all the existing apps only show and hide parts of an html file to simulate the navigation.
You can link internal with:
sp://appname/filename.ext
link to spotify:app:appname:test.
At this point in index.html you can redirect to the page you want (I.e. test.html) using:
location.href=sp.core.getArguments() + '.html'
The initial call to spotify:app:appname:test will be in the history.

Video embedding from any video sharing

I have to design a web app where if you paste the link of particular video page from any video sharing site like "Youtube", "Metacafe" etc it should embed that video in the page. In simple words, what I was asked to do is that I have to embed a video from any site in my page.
Thanx in advance. :)
You can study the embed codes generated by YouTube and MetaCafe etc~ and then code something to mimic how they do it~
It seems like the better solution would be to allow people to paste the embed code generated by the site itself though. Since the hosters' conventions change.
You could Try this:
<iframe height="500" width="500" scr="http://www.youtube.com/embed/videoidentificationnumber/"></iframe>
Dont do this:
<object scr="http://www.youtube.com/embed/videoidentificationnumber"></object>
You will need to make sure that when you click the submit button it gets the identification number from the end and putting it in the bit specified by videoidentificationnumber (I dont know how though).

duplicate url+content generation problem

In my current site I have a link in the header section for skype, Gtalk, MSN chat, by clicking on the link the chat application get launched.
The problem is that, the link uses a href tag. and by doing this the SEO process is facing problem as there is some duplicate url have been created. In SEO process if different URLs have the same content the process not works.
Any suggestion from coming out from this problem.
One simple way to remedy this is add this adding a element with the attribute rel="canonical" to the section of the non-canonical version of the page.
More information please go to http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=139394
make them js url (with the js function in an external script)

Resources