How to embed flickr video in a WordPress blog?

How to embed flickr video in a WordPress blog?
Wordpress doesn’t let you just insert the embed code for flickr video. For YouTube videos, I just use the code [youtube=]. Is there a similar code for flickr video?

Answer by The Irish Dragon
Sadly most sites that have a standard for youtube have no flickr etc. availability. I don’t know anything about WordPress, but if you just use the embedding code from the video itself in the body of your blog it should run no problem ;) Mine did! If WordPress alows html code then you are fine. It just means that it can’t go in the “videos” section that’s all. The code can be taken from the “ embed” symbol just above the video as you see it in your flickr.

Add your own answer in the comments!

have problems installing wordpress.org in my macbook?

have problems installing wordpress.org in my macbook?
I am trying to install wordpress.org to my macbook pro but never successful. any ideas? tips?

Answer by Steve Szasz
You haven’t told us much about how you have been trying to install WordPress on your Macbook. Do you have web hosting and an MySQL database for WordPress? If you are completely new to WordPress I have a resource that may help you put a WordPress installation in place.

Add your own answer in the comments!

How to create embedded code for any videos wordpress blog?

How to create embedded code for any videos wordpress blog?
anyone knows about any plugin or code/script to create an embedded code function in wordpress blog? i mean if i m having a blog and i am posting videos from youtube etc in it, now i want an automatic d embedded link generate which will allow people to add the video posted in my blog through code embedd in their blog with my link…? any idea?

Answer by nosmirc flen
You would have to have the video on your site in order to embed your link for others to use.

Give your answer to this question below!

How to upload a wordpress theme to godaddy?

How to upload a wordpress theme to godaddy?
I bought a theme from themeforest for my godaddy hosted site. Can someone please give me instructions on what to do from here to upload it?

Answer by ?
Either use an FTP client or go to the GoDaddy Control Panel and then File Manager.

From here you need to go to public_HTML, then wp-content and then themes, upload the unzipped file to here and it will become available in the WordPress Dashboard

What do you think? Answer below!

Learn to Build WordPress Themes: Extracting Content From A Photoshop Layout!

http://goo.gl/KPi4k Download this tutorial’s free PDF guide! Ten Ton’s latest training tutorial, Scratch-Building WordPress Themes with Photoshop, is all abo…

Introduction to Reading Templates Part Two – Editing the Header & Footer (coming soon) If you find this video helpful, please remember to like, favorite and …
Video Rating: 5 / 5

where do i upload my images in wordpress?

where do i upload my images in wordpress?
I have just installed the latest wordpress software and i need to upload images.
but can not find where to put them, could anyone help me. As i am new to wordpress thanks for any help.

Answer by aarongrace99
When you go to make a post, look above the place where you type and look for insert in the toolbar. You will see options for images and videos, etc…

Know better? Leave your own answer in the comments!

How do you install website themes with wamp?

How do you install website themes with wamp?
Well how do you install a website theme with wamp? When I putted the folder in the www directory and looked up the website, it only showed like a word. If you explain me what to do, please explain it in details. Thank you.

Answer by jaun kerr
Download
1.Download The latest version of WordPress from The Official WordPress Site.

2.Download the Wamp Server and Install it.It is recommended to Install It in the Default path “ C:Wamp”

Configuring the Wamp Server
Start the Wamp server and Click on the Wamp Icon on System tray.Then Click On “Start all Services”

Creating the database

Click on the System tray Icon and Click On “phpMyadmin”.A Page Will open in your Browser.(If you are Not familiar with the Php My Admin Interface Don’t panic!).Just Enter a database name in Create New database and Hit on Create.The database name can be anything ( Here i am Using “Test” as the database name)

Configuring The database

Okay ! Now that You have successfully created the database Open “SQLitemanager” by clicking the System tray Icon.This Will open the SQLite page in your Browser

Upload the database :In The SQLite page you need to upload the database that You just Created In phpMyadmin.Enter the name of the database (in this case its “Test”)and Click on” Browse “.

Now navigate to “C:wampbinmysqlmysql5.0.51bdata” where you will find the Folder of the database you Created earlier.Open that Folder and select the “db.opt” File. Check the Checkbox “Upload database” and Hit on “Save “.

If everything goes well then you will see your database in the Left Column.If you don’t see the database in the Left column then Something went wrong.Start it all over.

Configuring and Installing WordPress

1.Next Navigate to “C:wampwww” and Create a Folder.Name it “Test”.

2.Copy all the WordPress Files in that Directory

3.Fill in the database details :Now open wp-config-sample.php in any Text editor like Notepad .

In DB_NAME you will find ‘putyourdbnamehere’.Replace it with the database name that you created earlier.(in this case its “test”).

In DB_USER replace “usernamehere” with “root”.

In DB_PASSWORD delete ‘yourpasswordhere’.Leave it blank.

Having done that save that file.Rename it to “wp-config.php”.

4. Install WordPress :Open http://localhost/test/wp-admin/install.php. Enter a Blog title and any email.Then Hit “Install WordPress”.Wordpress will be Successfully installed and you will see the Final screen.

Give your answer to this question below!