Just put type=”application/x-shockwave-flash” in the <object> code and in the embed, this will fix error from missing plugin in Google Chrome.
<object type="application/x-shockwave-flash" classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='200' height='620' id='single1' name='single1'><param name=’movie’ value=’player.swf’><param name=’allowfullscreen’ value=’false’><param name=’allowscriptaccess’ value=’always’><param name=’wmode’ value=’opaque’><param name=’flashvars’ value=’file=../streaming/playlist.xml&skin=../streaming/ngaji.zip&playlist=bottom&playlist.size=520&abouttext=BelajarNgaji.com&aboutlink=http://belajarngaji.com’>
<embed type="application/x-shockwave-flash" id='single2' name='single2' src='player.swf' width='200' height='620' bgcolor='#000000' allowscriptaccess='always' allowfullscreen='false' flashvars='file=../streaming/playlist.xml&skin=../streaming/ngaji.zip&playlist=bottom&playlist.size=520&abouttext=BelajarNgaji.com&aboutlink=http://belajarngaji.com'
/></object>
How can you embed mp3 files into web pages? Google audio player is a cool way to embed and play any music mp3 file on your website. This will allow your readers to play audio files directly from web pages.
Google Audio Player Embeds Mp3 Files
So what code do you embed in your webpage
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" quality="best" flashvars="audioUrl=MP3link" width="500" height="27"></embed>
You can change the width of the Google audio player to fit your content width. If you increase the height, a black empty zone starts to appear, so best keep it at 27px. Remember to change MP3link with the link to your mp3 file url. This means the mp3 is hosted on your site or on some mp3 hosting services.
This day i tried Google Chrome but why is my Tumblr Tag Cloud from rive.js seems not working, it’s keep showing me Loading Tag… but in the end is the tag never show up.
What’s wrong? but in other browser no problem.
Then I tried Google+. The interface is so confusing for the first time, even they created it with all white but it’s not clear my mind. Or maybe i’m just in the silly mode, hehehe. Coz i tried to connected with my tumblr and twitter is so desperate to be trying. Even after i used Google extension but it’s not quite easy when i blog with tumblr and it’s automatically to twitter n with button i share to Google+.
Still, Firefox is always my favorite browser and still i never get interested with Google+. I deleted my facebook account, so why i will interested with facebook?
It detects all ways to access your original WordPress feeds and redirects them to your FeedBurner feed. I enhanced it base on the FeedBurner FeedSmith and now it can redirects feeds for category and tag also.
FeedBurner is a free service that is loaded with options that you do not get with the default WordPress feed. Some of the features include:
- Statistics about your RSS Subscribers so you can analyze and optimize your blog posts.
- Give your users multiple options to subscribe such as Email, and other feed-readers (Netvibes, Google etc).
- Social Proof (Subscriber count)
- Option to customize your feeds such as modify post headings, branding and more.
- Option to ping various feed-reading services once you publish your posts.
- Integrate Google Adsense to monetize your RSS feeds.
- And more…
Just with the short list of features, you can see that it is a must have for all blogs. Now we can move onto setting up the FeedBurner Account.
The RSS reader market has been getting bigger, and Google Reader has established its position as the de facto standard for syncing and managing feeds. But are you tired of using Google Reader’s web interface?
//Making jQuery Google API
function modify_jquery() {
if (!is_admin()) {
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js’, false, ‘1.4.4’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
Source : wpbeginner
Step 1: Create an “About Me” page on your blog, if you haven’t done that already, and link the about page to your Google Profile page.
This is important. While creating the hyperlink to your Google Profile page, do remember to add rel=”me” to the link as shown below (or see the source of my bio page).
<a href="https://profiles.google.com/your_ID" rel="me">My Profile</a>
Step 2: Next you need to ensure that all the blog stories that you have written include a link to your “About Me” page. This hyperlink should have the rel=”author” attribute as shown below (or see the sidebar of this page for an example).
<a href="http://yourwebsite.com/about/" rel="author">My short bio</a>
Step 3: This is the last step. Sign in to your Google Profiles account and under links, add a new custom link that points to your “About Me” page. Tick the option that says “This page is specifically about me” and save the changes.
That’s it. Wait for Google to re-crawl your new content and then test your links. Open the rich snippets tool and copy-paste the URL of one of your recent stories in the preview box. If the results say verified author (see the next screenshot), you are all set.