PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Add MySpace Codes to Videos (http://www.photopost.com/forum/photopost-pro-how-do-i/122156-add-myspace-codes-videos.html)

pgowder January 11th, 2006 09:11 AM

Add MySpace Codes to Videos
 
Is there a way to post the necessary codes under each video for MySpace profile pages?

My users want to be able to post the videos on thier MySpace sites.

Thanks!

Chuck S January 11th, 2006 09:36 AM

I am not familiar with myspace but I assume here your users want to post a link to there myspace page under the video?

You could in Admin => Edit Categories for the specific category create the necessary fields for them to input these on upload to that video category.

If this is not what your looking for let me know.

pgowder January 11th, 2006 09:43 AM

No the other way. They want to be able to include videos from my PhotoPost in thier MySpace profiles.

Here's an example of one that has audio:

http://profile.myspace.com/index.cfm...endID=41482538

Chuck S January 11th, 2006 09:50 AM

Okay the other way around ;)

You could use in Admin => ShowPhoto Options elect to show UBBCODE

Then in showphoto.php add this line in bold where noted

Code:

Content visible to verified customers only.

pgowder January 11th, 2006 09:57 AM

That should work, thanks!

sinhvien September 12th, 2006 05:50 AM

what about just the watermark on the fly photos and not show the actual directory of the photo's?

Chuck S September 12th, 2006 07:31 AM

watermark on the fly is never used on multimedia it is only for photos. Multimedia specifically requires that it is either downloaded or true path so a player can play it.

fgtrplt03 October 17th, 2006 12:10 PM

MySpace Video
 
Chuck, I modified the line of code and enabled UBB as you previously suggested, but I am still unable to post PhotoPost videos onto a MySpace profile. What am I missing? :(

Chuck S October 17th, 2006 01:17 PM

I can not tell you that I dont use myspace sorry.

pgowder November 13th, 2006 09:31 AM

Anyone figured out a way to get codes for MySpace yet?

Chuck S November 13th, 2006 10:37 AM

The line I posted should display the file path. Use the direct link and thats the full url to the file. So the question is basically at this point how myspace does things. I am just showing you how to be able to show the path to the video much like showing the path to a photo on the showphoto page. Try after doing the edit above edit your showphoto template and add this

Code:

Content visible to verified customers only.

pgowder November 13th, 2006 10:40 AM

Quote:

Originally Posted by Chuck S (Post 1179730)
The line I posted should display the file path. Use the direct link and thats the full url to the file. So the question is basically at this point how myspace does things. I am just showing you how to be able to show the path to the video much like showing the path to a photo on the showphoto page

MySpace is like any other page, they need all the html for a video to show it.

Code:

Content visible to verified customers only.

Chuck S November 13th, 2006 10:43 AM

They need multimedia html tags around things

pgowder November 13th, 2006 10:44 AM

Quote:

Originally Posted by Chuck S (Post 1179734)
They need multimedia html tags around things

Right, so how could we have a block that shows all of the necessary tags for videos?

Chuck S November 13th, 2006 10:45 AM

have you tried what I already posted?

pgowder November 13th, 2006 10:55 AM

Sorry, missed your second post.

Yes that works. Is there a way to have it not play automatically?


All times are GMT -5. The time now is 06:14 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97