Curtis Thompson
Forum Replies Created
-
hello…
and where in here have you tried posting what and what happens when you say it doesn’t work? does it work in other browsers fine but not ie8?
sitruc
-
hello…
can you post your code for us to see? hard to offer advice blind… :-/
sitruc
-
Curtis Thompson
July 27, 2013 at 6:28 pm in reply to: Displaying Image When Copying & Pasting Web URL Into Facebookhello…
occasionally facebook doesn’t seem to show thumbnails when you paste an image url into a post – i presume that’s what you mean? if that happens the only workaround i’ve ever seen is to just copy what you have typed so far (including the url) and then reload fb and paste it into a new status…
is that the type of issue you are having?
sitruc
-
Curtis Thompson
July 23, 2013 at 4:14 pm in reply to: Embedding Vimeo Portfolio page into a private web site?hello…
hope it all works out in the long run wrt the project!
sitruc
-
Curtis Thompson
July 23, 2013 at 3:51 pm in reply to: Embedding Vimeo Portfolio page into a private web site?hello…
if you are interested, i can probably knock this out in a few hours assuming that the rss feed is available for your portfolio page. feel free to contact me at online[at]sitruc[dot]com…put “creative cow” in the subject if so – i have a lot of spam mail… :-/
sitruc
-
Curtis Thompson
July 22, 2013 at 9:01 pm in reply to: Embedding Vimeo Portfolio page into a private web site?hello…
you could replicate it – all rss is is a raw content dump of all the videos – you could put that back together in any format you wanted to with any style you desired. so it could be made to look like your portfolio page, or something more simple…
it would involve you having knowledge on how to reed and parse an rss feed and then populate a page with the content and style it via css…
sitruc
-
Curtis Thompson
July 22, 2013 at 8:41 pm in reply to: Embedding Vimeo Portfolio page into a private web site?hello…
ahh – then the rss feed would be the way to go! do you have any experience with that? if you have a link to your portfolio rss feed, i could do a sample for you using php that dumped your content to a remote server that you could then alter to suit your needs…
(javascript could also do it too if you didn’t have php support on your server)
sitruc
-
Curtis Thompson
July 22, 2013 at 8:27 pm in reply to: Embedding Vimeo Portfolio page into a private web site?hello…
no i hear what you want to do – i guess i was just trying to gauge if you had tried varied solutions already and failed or if you were just getting started? one solution that comes to mind is just reading the rss feed – for example, here’s a portfolio page (no idea who – just one i found):
https://vimeo.com/channels/tribalschaible
and then it has an rss feed:
https://vimeo.com/channels/tribalschaible/videos/rss
so if yours had an rss feed as well you could read that via php or other scripting language on your site and dump all that content out there in whatever format you desired. is that an option you’ve considered?
sitruc
-
Curtis Thompson
July 22, 2013 at 7:52 pm in reply to: wordPress (theme) for semi-confidential videos?hello…
what about the htaccess option that network solutions is offering don’t you like? that’s a pretty standard and reliable way to do passwords on a folder.
you could also just use the built-in protection and make a page per user?
https://codex.wordpress.org/Using_Password_Protection
the network solutions option though will let you protect a single resource with multiple passwords.
i guess i’m not sure what to suggest – you seem like you’ve researched all the options and aren’t a fan of any of them?
sitruc
-
Curtis Thompson
July 22, 2013 at 7:49 pm in reply to: Embedding Vimeo Portfolio page into a private web site?hello…
where specifically are you getting stuck? there are lots of docs on how to do this on the vimeo site itself…
let us know and we can offer some more specific advice!
sitruc