Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Widget Tutorial [SOLVED]


  • Please log in to reply
9 replies to this topic

#1 Frank Rondon

Frank Rondon

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 12 July 2012 - 05:24 PM

Is there a tutorial on how to use the widget?

I am trying to use the widget but I can get the shortcode so that the video fits inside the widget area.

When I add the widget I see this message that says, "TubePress shortcode for the widget. See the documentation." This isn't clear. Can you help me please?

Thanks.

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 14 July 2012 - 03:36 PM

For the WordPress widget, you just type in a TubePress shortcode into the box at WP Admin > Appearance > Widgets > TubePress. For instance, here's a screenshot of the widget using the following shortcode:

[tubepress mode="user" userValue="3hough" thumbHeight="180" thumbWidth="240" resultsPerPage="4"]
You can use any shortcode option found in the shortcode reference.

Does that make sense? Let me know if you're getting hung up on anything and I'll be happy to assist. Thanks!

#3 Frank Rondon

Frank Rondon

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 14 July 2012 - 08:35 PM

can I use playerLocation="fancybox"? it does not seem to work.

#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 15 July 2012 - 12:14 PM

can I use playerLocation="fancybox"? it does not seem to work.


This should work, yes. First, I would double check that you're running TubePress Pro (as opposed to the free version of TubePress) on the site, as Fancybox is a Pro-only option. Second, I would see if any of the troubleshooting steps found here are of use to you.

Are you able to share a link that shows the problem? I'd be happy to take a first-hand look.

Thanks!

#5 Frank Rondon

Frank Rondon

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 15 July 2012 - 02:56 PM

the link is http://iglesiasion.com

thank you for the help.

#6 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 15 July 2012 - 06:24 PM

Hmm I don't see the TubePress widget on that page. Do you have it activated anywhere?

That's my fault - I should have been more clear in what I was looking for. Sorry for the confusion..

#7 Frank Rondon

Frank Rondon

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 15 July 2012 - 06:57 PM

I am using the widget. It's the video on the right hand side, under the heading that says Bienvenido

#8 Frank Rondon

Frank Rondon

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 15 July 2012 - 07:07 PM

I am using the widget. It's the video on the right hand side, under the heading that says Bienvenido

#9 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 17 July 2012 - 10:58 AM

I see now. Here's the shortcode that I would use - I've tested it locally and it seems to work nicely.

[tubepress mode="tag" tagValue="noVj136BrqU" playerLocation="fancybox" thumbHeight="180" thumbWidth="240" embeddedHeight="200" embeddedWidth="300" description="false" title="false" hqThumbs="true" resultCountCap="1"]
As you can see, we're basically just searching YouTube for the video ID. This will get TubePress to generate a single thumbnail that, when clicked, will play the video in FancyBox. Of course, swap out "noVj136BrqU" in the shortcode with whichever video you'd like to display.

Will that suit your needs? Let me know!

#10 Frank Rondon

Frank Rondon

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 17 July 2012 - 04:16 PM

that did it! I wonder my code was not working, but this one does.

thanks!