Skip to content

how to pass URl in status? #257

@kaur-sandeep

Description

@kaur-sandeep

We are using codebird-php sdk to send feed data of my website to twitter account.
we are using below code:-
$params = array(
'status' => $message.' '.$price.' https://www.caradonna.com/specials',
'media_ids' => $mediaID
);
//post the tweet with codebird
$reply = $cb->statuses_update($params);
we want to send URL with status.Page URL can be long. Kindly Tell us the solution how we can send Website page URL.
Thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions