issues
search
butschster
/
LaravelMetaTags
The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
MIT License
550
stars
52
forks
source link
Improvements to Twitter Cards
#23
Closed
jwcobb
closed
4 years ago
jwcobb
commented
4 years ago
Correct and improve documentation for
TwitterCardPackage
.
Within
TwitterCardPackage
:
Create
setImage()
method to better communicate only a single image is allowed.
Mark
addImage()
method as deprecated and have it call
setImage()
.
Add
setVideo()
method to allow creation of
player
cards.
TwitterCardPackage
.TwitterCardPackage
:setImage()
method to better communicate only a single image is allowed.addImage()
method as deprecated and have it callsetImage()
.setVideo()
method to allow creation ofplayer
cards.