{"id":21730037,"url":"https://github.com/ximilsoft/floating-button","last_synced_at":"2026-05-08T03:44:09.607Z","repository":{"id":251972973,"uuid":"839007641","full_name":"ximilsoft/floating-button","owner":"ximilsoft","description":"A collection of HTML and CSS snippets for creating floating action buttons on your website. You can add buttons for Messenger and WhatsApp with customizable styles.","archived":false,"fork":false,"pushed_at":"2024-08-06T19:50:03.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-25T20:08:27.722Z","etag":null,"topics":["bootstrap","bootstrap5","floating-button","font-awesome"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ximilsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-06T19:26:30.000Z","updated_at":"2024-08-06T19:50:07.000Z","dependencies_parsed_at":"2024-08-08T00:22:09.866Z","dependency_job_id":null,"html_url":"https://github.com/ximilsoft/floating-button","commit_stats":null,"previous_names":["ximilsoft/floating-button"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ximilsoft%2Ffloating-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ximilsoft%2Ffloating-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ximilsoft%2Ffloating-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ximilsoft%2Ffloating-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ximilsoft","download_url":"https://codeload.github.com/ximilsoft/floating-button/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244706688,"owners_count":20496609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap5","floating-button","font-awesome"],"created_at":"2024-11-26T04:11:32.908Z","updated_at":"2025-10-25T08:38:57.572Z","avatar_url":"https://github.com/ximilsoft.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Floating Button\n\nA collection of HTML and CSS snippets for creating floating action buttons on your website. You can add buttons for Messenger and WhatsApp with customizable styles.\n\n## Messenger (HTML \u0026 CSS \u0026 Font Awesome)\n\n```html\n\u003cstyle\u003e\n  .float {\n  position: fixed;\n  width: 60px;\n  height: 60px;\n  bottom: 20px;\n  right: 20px;\n  background-color: #168AFF;\n  color: #FFF;\n  border-radius: 50px;\n  text-align: center;\n  font-size: 30px;\n  box-shadow: 2px 2px 3px #999;\n  z-index: 100;\n  }\n  .my-float {\n  margin-top: 16px;\n  }\n\u003c/style\u003e\n\u003ca href=\"https://m.me/12345671234567\" class=\"float\"\u003e\n  \u003ci class=\"fa-brands fa-facebook-messenger my-float\"\u003e\u003c/i\u003e\n\u003c/a\u003e\n```\n\n## WhatsApp (HTML \u0026 CSS \u0026 Font Awesome)\n\n```html\n\u003cstyle\u003e\n  .float {\n  position: fixed;\n  width: 60px;\n  height: 60px;\n  bottom: 20px;\n  right: 20px;\n  background-color: #25d366;\n  color: #FFF;\n  border-radius: 50px;\n  text-align: center;\n  font-size: 30px;\n  box-shadow: 2px 2px 3px #999;\n  z-index: 100;\n  }\n  .my-float {\n  margin-top: 16px;\n  }\n\u003c/style\u003e\n\u003ca href=\"https://web.whatsapp.com/send?phone=1231234567\" class=\"float\"\u003e\n  \u003ci class=\"fa fa-brands fa-whatsapp my-float\"\u003e\u003c/i\u003e\n\u003c/a\u003e\n```\n\n## Messenger (Bootstrap \u0026 Font Awesome)\n\n```html\n\u003ca href=\"https://web.whatsapp.com/send?phone=1231234567\" class=\"position-fixed bottom-0 end-0 mb-3 me-3 text-white rounded-circle d-flex justify-content-center align-items-center shadow\" style=\"background-color: #075E54; width: 60px; height: 60px; font-size: 30px; z-index: 100;\"\u003e\n  \u003ci class=\"fa fa-brands fa-facebook-messenger\"\u003e\u003c/i\u003e\n\u003c/a\u003e\n```\n\n## WhatsApp (Bootstrap \u0026 Font Awesome)\n\n```html\n\u003ca href=\"contact.html\" class=\"position-fixed bottom-0 end-0 mb-3 me-3 text-white rounded-circle d-flex justify-content-center align-items-center shadow\" style=\"background-color: #25d366; width: 60px; height: 60px; font-size: 30px; z-index: 100;\"\u003e\n  \u003ci class=\"fa fa-brands fa-whatsapp my-float\"\u003e\u003c/i\u003e\n\u003c/a\u003e\n```\n\n## Support (Bootstrap \u0026 Font Awesome)\n\n```html\n\u003ca href=\"contact.html\" class=\"position-fixed bottom-0 end-0 mb-3 me-3 bg-primary text-white rounded-circle d-flex justify-content-center align-items-center shadow\" style=\"width: 60px; height: 60px; font-size: 30px; z-index: 100;\"\u003e\n  \u003ci class=\"fa fa-solid fa-headset\"\u003e\u003c/i\u003e\n\u003c/a\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fximilsoft%2Ffloating-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fximilsoft%2Ffloating-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fximilsoft%2Ffloating-button/lists"}