facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

Query params in related articles #352

Closed greeflas closed 4 years ago

greeflas commented 5 years ago

Steps required to reproduce the problem

Hello! I have a question. Is it possible to add query params to related articles URL using SDK?

RelatedItem::create()->withURL($article->url . '?utm_source=fb&utm_medium=rads')

Expected Result

Actual Result

I have & instead of & in URL.