Tag users in Facebook post without using drop down - facebook

I manage a large Facebook group and once a year we need to delete a big chunk of users. I have already generated a list of these user names and their Facebook IDs, but now I want to copy-paste these IDs into a Facebook post and have the users be automatically be tagged - I don't want to go through the drop down menu that appears when you type #. (This way I can say "If your name is on this list, you will be removed" and know that the users will be tagged by facebook and will receive a notification.)
I have tried various things like #[user-id] in my post but nothing seems to work. I followed an old article suggesting something like ##[user-id:0:text] would work, but Facebook apparently patched this.
Can anybody help me figure out if it is possible to copy-paste a list of names (or ID's, or a combination with the # symbol and any other formatting) and have those names be automatically tagged in the Facebook post? I really want to avoid typing the first few characters, pressing TAB to complete and tag the name, and repeating hundreds of times.
Thanks.
Edit: Tried doing this more recently and the issue still exists. I know you can press ESC to drop out of the name popup but that doesn't work when trying to do this programmatically.

Having problems with tagging a photo when FB offers you a drop-down list of potential names? Here is the solution. Continue writing the name you have in mind. Instead of pressing RETURN right away, press ESC. The drop-down list of suggestions should disappear. Now you can press RETURN.

Related

How to use Facebook API's "folder" and "tag" parameters when reading a page's mailbox?

I'm trying to read my test page's mailbox using the /conversations edge.
What I want is getting conversations related to a specific folder but whenever I try something like /page-id/conversations?folders=done I get the same results as /page-id/conversations. The same goes whenever I try the 'tags' parameter.
And once I move a conversation to another folder like the 'done' using
the Facebook website, it disappears from the results of /page-id/conversations
Anyways, besides the 'folder' thing, is there a way to get a conversation's "label" and "notes" specified by the page's admin?
And it seems that the messages' tags are not affected by the folder they reside in. So even after I move a conversation to the "done" folder, its messages still have the "inbox" tag associated with them. Am I missing something obvious here?
P.S. Solution suggested at How to query conversations by folder via Graph Api? didn't work for me.
You're very close to solution. Instead of folders=done, try folder=page_done with Page access token.
{page-id}/conversations?folder=page_done

Is it possible to view a list of all documents written by myself in Confluence?

Alright, I wrote many documents in Confluence. Now I want to reread one of my document, but it's in a long list of documents written by my team.
I think it would be faster to find the document if I can view a list of all the documents written by myself, but is it possible? How?
Go to "People" link in your Confluence site and search for user name. Click on your name returned in search result and it will take you to your "Activity" page. Below link is from Confluence latest version.
https://confluence.atlassian.com/doc/search-the-people-directory-201706.html#SearchthePeopleDirectory-Searchforpeople
In a Confluence page click the + icon and select Other macros:
Select the Content by User macro
Add your username and select yourself.
Then save and view the page. You should see a list of every page created by you (or any user entered).
Note: This will also show you images uploaded seperately, so you may have to filter a bit.

Using ninja forms, how can I persist field values across pages?

I have a form on the home page of quotedjobs.com that I would like to persist the field values of across pages.
For example: A user enters some values in fields, such as job title (textbox), job type (list) and job description (text field). Underneath that I ask users to register on the site, but they have the option to click a link to allow them to login if they are already members.
What I would like to be able to do, is to redirect users to another form that is a copy, but allows them to login instead of register, but keep hold of the values that they entered in the title, type and description form of the previous page so they aren't losing their work.
I have seen the ninja_forms_processing variable in the docs, but I'm not clear on how to use that.
TL;DR - You can't.
As it was slim pickings here, I sent an email over to support. Got this response:
Hello,
At this time this use case is not possible in Ninja Forms. The plugin is currently unable to transfer data from field to field or between forms.
I’m sorry that we do not have a better solution for you at this time.
Thank you,

Facebook Like posting different to what debugger showing

I cant figure this one out, i have built a site with an e commerce system and i want visitors to be able to like an individual product and thus that product be added to their feed.
I have added all the open graph code to the relevant place, but when someone clicks "Like" is shares a default thing rather than the perticular product. this is the one i have been using for an example
https://pinnaclesupplement.co.uk/index.php/shop/168/10/weight-gainers/serious-mass-2-72kg-detail
so I tried using the facebook debugger to see if i could figure it out, but thats is showing the correct info and exactly what i want to show up on peoples feeds! here is a link for that.
https://developers.facebook.com/tools/debug/og/object?q=https%3A%2F%2Fpinnaclesupplement.co.uk%2Findex.php%2Fshop%2F168%2F10%2Fweight-gainers%2Fserious-mass-2-72kg-detail
You have your Like button set up to point to http://www.pinnaclesupplement.co.uk – so when people klick like, they only get the “default thing”, your basic site’s description.
If you want customers to like a specific product page’s URL – then you should point the href parameter of the Like button there.

how to customize facebook like button

I am usign the version of based on the <fb:like > tag. This renders a small facbook logo which implements the actual "like" operation, but also includes a large "signup to see what your friends like", or the number of likes when you are logged in, etc. It is pretty clear from what I have read that this is the form facebook wants you to use, but it makes the button to wide for my layout. The point is that I see other versions on websites all over, in particular "the weather channel" has one that includes only the logo with some text such as "like us" next to it. "Chicago Tribune" has one that says "recomend" with a very small like count next to it. I have not been able to determine what these link to or what script they invoke so that I can copy them. Can anyone help ?
when you get the code of the like button from facebook you can play with the options and get different results: http://developers.facebook.com/docs/reference/plugins/like/.
obviously it's limited to how facebook wants it to look like.
it is possible to change the look with css, but that's not wise since it's against their policy and you'd have to keep track with their changes.