Jump to content

Recommended Posts

Posted

Hi, could someone help me with this please.

I need to copy link of one of my random picture in faceb00k, navigate back to "home" and click the "link", paste the link I've copied and "attach", and type the message and "share".

What I want to ask is how to copy the link in IE (from address bar) and how do I then paste it to the "link" bar in faceb00k homepage?

Thanks :D

Posted

Hi, could someone help me with this please.

I need to copy link of one of my random picture in faceb00k, navigate back to "home" and click the "link", paste the link I've copied and "attach", and type the message and "share".

What I want to ask is how to copy the link in IE (from address bar) and how do I then paste it to the "link" bar in faceb00k homepage?

Thanks :D

What's this faceb00k thing you speak of? *boggle*

www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
Posted

Thanks mistersquirrle,

Could you help me once more...

when I use googlechrome to navigate to the photo page, the link shows http://www.facebook.com/photo.php?pid=3541228&id=244567567873

but when I use IE to navigate the exact same page, the link shows http://www.facebook.com/pages/SHE-Jewellery/244567567873?v=photos#!/photo.php?pid=3541228&id=244567567873

The one that I am going to use is the one that googlechrome has, as if I use the links that IE Shows, instead of link to pic, it links to it's folder.

so, is there a way I could edit the link to throw away SHE-Jewellery/244567567873?v=photos#!/

That is just an example page I took out from FB.

Thanks

Posted

probably do a _StringBetween() for 'facebook.com/' and 'photo.php?' and if there's something there, remove it, and use the new link? So that should return $Var[0] as 'SHE-Jewellery/244567567873?v=photos#!/ ' then you can just take the whole link, and user StringReplace() for $Var with "" or something

We ought not to misbehave, but we should look as though we could.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...