Automattic / Automattic/jetpack
Add "adapt_container_width" to facebook likebox widget
Open
[Feature] Extra Sidebar Widgets
[Pri] Low
Enhancement
Good For Community
Hacktoberfest
- Dominant language
- PHP
- Stars
- 1.8k
- Forks
- 898
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 774
Description
Facebook allows you to lower the width of the widget and make it adaptive. Unfortunately, this can not be played using the jetpack widget
#### Steps to reproduce the issue
1. Create facebook likebox widget
2. Set width to "0"
#### What I expected
The widget adapts to the width of the container
```html
...
```
#### What happened instead
The widget has a static minimum width
```html
...
```
Contributor guide
Assessment
This issue has not been assessed yet.