A
A
Anna Vishnevskaya2020-12-08 15:33:59
Facebook
Anna Vishnevskaya, 2020-12-08 15:33:59

Several company geopoints on facebook and instagram. How to leave one?

Hello!
I registered a company on bussines facebook to further promote the account and separately created a point for tagging places and photos via instagram using a YouTube lesson. Now there is no way to edit the page of the geopoint on facebook, and in instagram in general 3 geopoints come out by search. How to leave only one point of them and make an associated geopoint with the main facebook business page (how to delete others)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Danny Arty, 2020-12-09
@Nusiash

and in instagram in general 3 geopoints come out by search

Perhaps the other two locations were created by your customers and I don’t see anything wrong with that, they created them with good intentions - so that more people know about you.
How to leave only one point of them and make an associated geopoint with the main facebook business page (how to delete others)?

Unfortunately, you cannot remove them yourself, but you should try through technical support. To do this, you need to know in advance the ID of the Business Manager to which your facebook page is linked, and at the same time, the point of the company must be linked to this Business Manager account

E
eudj1n, 2016-12-10
@blackdarthvader

Initialize an empty array before executing the loop:

function get_submenu($parent)
    {
        db_connect();

        $result = mysql_query("SELECT * FROM menu WHERE parent='$parent' ORDER BY id");

        $res_array = [];

        while($row = mysql_fetch_assoc($result))
        {
            $res_array[] = $row;
        }

        return $res_array;
    }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question