Jump to content
UBot Underground

New Line When Writing To Facebook Group


Recommended Posts

Hey,

 

I'm new to UBot and I'd like to automate writing (or sharing) to Facebook Groups. It works pretty good unless the fact, that I'm unable to write in multiple lines. Whenever I have a new line it just writes the last line but not the ones before.

Example:

 

It should write 

1. Test
2. 
3. Test2

 

Outcome:

3. Test2 

 

Thats all. It seem to have the empty line too but I'm not quiet sure it does. At least the row "3. Test2" appears in the second row. 

Any Ideas on how to solve that issue?

Kind regards,

Chris

Link to post
Share on other sites

use $new line

 

Thank you for your reply.

 

I tried to use one $var for it, which held the message to post. But even when I try to split it up and use the $new line to divide the message into two blocks it does the same. 

 

Just a little sidenote: It's not about spamming! We're sharing some informations of our Fanpage to several groups (15) with permission and I wanted to make the sharing easier only. 

Link to post
Share on other sites

You can try this.

 

 

 

I'll try to adapt it. But I don't see how it helps me on the "new line issue"

 

How are you writing the lines? If you use change attribute for example it would overwrite what was there. If you can post the code maybe somebody can help.

 

I use "type text". I would like to share the code with you but since I use the community edition I am unable to do so. I wanted to see if I get used to UBot before buying a bigger version of it. 

Link to post
Share on other sites

FB wraps text automatically in some fields. So, if you type like a human it will go to the next line.

 

If you have "Windows" commands in your version you can try shift + enter.

In the "type text" command you can use {ENTER} as welll, not sure if you can use both.

 

Or perhaps I am miss understanding.

  • Like 1
Link to post
Share on other sites

FB wraps text automatically in some fields. So, if you type like a human it will go to the next line.

 

If you have "Windows" commands in your version you can try shift + enter.

 

In the "type text" command you can use {ENTER} as welll, not sure if you can use both.

 

Or perhaps I am miss understanding.

 

The type like a human is awesome but doesn't help with the issue I have. The post-message goes to the next line if it doesn't fit to one line but the problem appears when trying to break to the new line. So the human typing doesn't help with the issue in this case. I tried the {ENTER} now and it works well (did it with two separate messages) and now I need to figure out (but there obviously helps the human typing thing) how to exchange new lines within one message with {ENTER} :) But that should work.

 

Thank a lot for the input. 

 

Regards,

Chris

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...