How To Create iFrames or Frames like StumbleUpon and Linkedin in Wordpress - wordpress

I am developing my site. I am using Thestyle Wordpress theme in it. My every post is redirected to some other websites. And as they are redirecting I am loosing visitors to other site, I want to keep visitors on my site by in such a way that the external url opens in my site url.
Eg: stumbleupon - http://www.stumbleupon.com/su/1J1krv...com/gag/207886
Linkedin: http://www.linkedin.com/news?actionB...1eZ7X_46a_NkY1
I want to add same top heading bar like this sites do.
How can I do this?
I just searched plenty of sites which was telling how to use lightbox to open other pages.. but its not fully workable. I am a newbie in coding. Is there any other way to open such kind of things?

Try using a plug-in like gallery,light box, that will open URLs (as well as images) into a shadow box within your site

Related

how can I create different costume pages in WordPress (about us and contact us)

hello I'm developing a WordPress website from scratch using already coded html/css/js website. my problem is that the pages are different, privacy policy page have less content and objects than about us page or contact us page. how can I make every page as custom as I want. in WordPress there is the file page.php that all the pages take their design from it. how can I make them different. I hope you can understand what I want if you didn't I'll explain more. thank you.
I didn't try anything yet because I don't know where to start looking, I tried google and I can't found what I'm looking for.

Is http://www.shoutmeloud.com/videos a separate website?

I just wondering whether http://www.shoutmeloud.com/videos is a subdomain under subdirectory?
I am just curious to know how we can do that.
I have a website called http://quantumbuddy.com/ and I want to share spirtual video the same way here shoutmeloud did.
Can anyone let me know how they did?
The website Shoutmeloud is a very popular website of a very popular Indian blogger Harsh Agarwal. The website is WordPress built as told by him many times. Regarding your question - the http://www.shoutmeloud.com/videos is not a directory because if it had been a WordPress directly there would be a login url - http://www.shoutmeloud.com/videos/wp-login.php, but it is not there.
Seeing the design of http://www.shoutmeloud.com/videos i think it is a post category (videos) which shows the post contained in it(here videos).
In wordpress this comes by default, all you have to do is to create a post category and add post in it. Then in these post add youtube videos embed code.
You can easily achieve that by going to your wordpress dashboard then add a new page and name it like videos then insert some video files there whether it's a link or from your uploaded videos then save it.
To check the page, Add it to your main menu for example then save it.
The url would be like http://quantumbuddy.com/videos.
so basically the videos is the name of the page.
I checked your site and it only contain one link in the menu. Add a page and add it to your menu bar and it would display next to the Blog link.
The website you are referring to is using Genesis Theme. You can find it here
.

Shopify app integration theme issue

I am developing application for shopify, which replace login and register links to another links, creating a custom pages. For example when user click to login link? it is not redirect to login page, it is open a popap with login form. Also my app create custom pages. For example people page, where shows list of customers. And also a want to customize product page by adding a new fave button. In people page for each people shows count faves and last three faves product with images.
So my problems is theme layouts. Because each theme have self layout and css. I want to my app support all themes. How can i do it?
Sorry for my bad english. I just learning... ))
You have two options here, http://docs.shopify.com/api/tutorials/application-proxies and http://docs.shopify.com/api/scripttag.
App proxy sounds like the solution for your separate 'peoples' page.
If you want to assume that all themes have a log in link (which they all should but it's completely customizable so it's possible some don't), then you could always do something like this
$("a[href='/account/login']").click(funciont() {// show modal}); This isn't guaranteed to work in all themes but it probably will in most.

WordPress - Preview of latest wordpress blog post in iframe

I have a website and a blog. I want to insert an iframe into the website, displaying the latest post from the blog.
So I need just the post content inside the iframe, without wordpress headers and sidebars.
Whats the best approach to achieve this?
Thanks for help.
If the site and the blog are on the same domain, you may be best off querying the latest post using the Wordpress API itself, making it unnecessary to fiddle with an iframe.
How to do that is described in Integrating WordPress with Your Website on the WordPress Codex.
If you need to do this using an iframe, I guess it's easiest to set up a new theme that doesn't display anything but the post itself. That would be some work though.
I recently put together a video tutorial of how I did this: http://www.youtube.com/watch?v=7GuocgQlCmw
I didn't get rid of the WordPress sidebar, but the tutorial shows how I used Firebug to get rid of parts of the header and the same technique should work for the sidebar. There are links in the youtube description to all the reference material I used including a link to a blog entry I wrote describing the process.
This doesn't really answer the question but why don't you use Wordpress for all of your website if you use templates you can make it look like a website and also have a blog. Have a look at this site i made using just Wordpress http://www.smkrc.co.uk. By doing this you would have access to the posts and would not need to use iframes.

Making a custom wordpress theme mobile friendly [duplicate]

This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
What is the best way to do a mobile redirect?
I have searched quite a bit on making my blog (wordpress) mobile friendly, but every place I come across are the sites like Mofuse, which I don't really need.
What I simply want is this...
User hits blog.
User gets redirected to either m.domain.com or domain.com/m/
User then sees my custom mobile friendly wordpress theme.
What's the best way to go about this? I can set my .htaccess to redirect people to either new folder, but right now the only way I can think is basically installing wordpress on the /m/ subfolder, linking to the same database and basically having two sites that way.
Or is there simple plugin that does the redirect for me, and all I have to do is create my custom theme and it will handle the rest?
Thanks
You could try the WPTouch plugin... I use it for all my sites. But if you want a custom integration you might try iWebKit or something similar and redirect to mobile site.
WPTouch : http://wordpress.org/extend/plugins/wptouch/
iWebKit : http://snippetspace.com/projects
Or you could setup site as multi-site and have one subdomain with domain.com/m or m.domain.com
If you have different functionality for each site.
The last two options would require a custom mobile theme. So in my opinion I would go with WPTouch.
Tom

Resources