Skip to content

Add "adapt_container_width" to facebook likebox widget #9889

@cawa-93

Description

@cawa-93

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

<div class="fb-page" data-adapt-container-width="true">...</div>

What happened instead

The widget has a static minimum width

<div class="fb-page" width="180" data-adapt-container-width="false">...</div>

Metadata

Metadata

Assignees

Labels

EnhancementChanges to an existing feature — removing, adding, or changing parts of itGood For CommunityHacktoberfestSupport open source and earn a limited edition T-shirt! https://hacktoberfest.digitalocean.com/[Feature] Extra Sidebar Widgets[Pri] Low

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions