Page 1 of 1

Does mergSocial "facebook" work?

Posted: Fri Mar 08, 2019 11:07 pm
by Jellobus
Hello,

I have tested mergSocial for both facebook and twitter but it seems not functional. Can anyone confirm that this command is functional or not?

It can be outdated so this command can't be excuted on the latest iOS...

Tested on iOS 12.1.4

Code: Select all

on mouseUp
   local mergSocialText, tImage, pRandomNum, pLink
   put "Hello World" into mergSocialText
   set the visible of the templateImage to false
   put empty into tImage
   export the image "abc" of this card to url ("binfile:"&specialFolderPath("documents")&"/abc.jpg") as JPEG
   try
      put "https://google.com" into pLink
      put specialFolderPath("documents")&"/abc.jpg" into tImage
      mergSocial "facebook", mergSocialText,tImage,pLink
   end try
end mouseUp
Cheers,

Louis

Re: Does mergSocial "facebook" work?

Posted: Sat Jun 08, 2019 1:38 pm
by nicoloose
Hi Was wondering if you had any luck here?

Re: Does mergSocial "facebook" work?

Posted: Sun Jun 09, 2019 4:04 pm
by Jellobus
It seems mergSocial is not working so I am using mergPop instead.

Cheers,