Wordpress web design issue/help!

8 replies
  • WEB DESIGN
  • |
I have a wordpress site and on some of the pages, I have links to some of my Youtube videos.

When you click on these links, it opens up the youtube vid in a seperate tab.

However I want it so when you click the link, it directs you to a new page within my site with my youtube video embedded in.

Does anyone have any idea how I can do this?
#design #issue or help #web #wordpress
  • Profile picture of the author venfrancis
    many ways, you can either make it as a Post in a certain category(videos for example) or a custom post type. Give it a thumbnail and use it to display a video screenshot then when the user click on it, redirect them to the single-page.
    Signature

    UI/UX Designer + Frontend Developer from Philippines | ven.revereasia.com

    {{ DiscussionBoard.errors[9574035].message }}
  • Profile picture of the author Nuke07
    Originally Posted by trickshot View Post

    I have a wordpress site and on some of the pages, I have links to some of my Youtube videos.

    When you click on these links, it opens up the youtube vid in a seperate tab.

    However I want it so when you click the link, it directs you to a new page within my site with my youtube video embedded in.

    Does anyone have any idea how I can do this?
    Remove target attribute from your links
    {{ DiscussionBoard.errors[9574276].message }}
    • Profile picture of the author rhinocl
      Make the new page. Grab the embed code from the Youtube page (click on 'share' to find it).
      Add the embed code to your new page in text view and publish it. Now change the original link to your new page.

      Redirects take a huge performance hit in page load time. It is not the way to go. The other person who replied didn't read carefully what you wanted to do.
      {{ DiscussionBoard.errors[9574485].message }}
      • Profile picture of the author trickshot
        Originally Posted by rhinocl View Post

        Make the new page. Grab the embed code from the Youtube page (click on 'share' to find it).
        Add the embed code to your new page in text view and publish it. Now change the original link to your new page.

        Redirects take a huge performance hit in page load time. It is not the way to go. The other person who replied didn't read carefully what you wanted to do.

        Thank you for your response,

        do you know how to put my adsense ads in the new page I have created?
        {{ DiscussionBoard.errors[9606860].message }}
  • Profile picture of the author nbatioco
    Create a post, then create a category for that post...
    {{ DiscussionBoard.errors[9574656].message }}
  • Profile picture of the author trickshot
    Thank you guys for your responses, i'll try it out tonight and if I get stuck i'll reply here again.

    Thank you again!
    {{ DiscussionBoard.errors[9574787].message }}
  • Profile picture of the author Action Man
    see that link in your browser bar up top,when you are in youtube, use that..

    WordPress have updated their system to allow that

    don't use embed code in wordpress, not required
    Signature

    "Love conquers all things except poverty and toothache" (Mae West)

    {{ DiscussionBoard.errors[9574852].message }}
  • Profile picture of the author jackie2011ws
    Check source of the links, remove "target=_blank", that will solve it.
    {{ DiscussionBoard.errors[9616226].message }}

Trending Topics